Skip to content

Commit

Permalink
fix: Use flex container so that the table correctly takes 100% of rem…
Browse files Browse the repository at this point in the history
…aining parent height
  • Loading branch information
bprusinowski committed Jan 6, 2025
1 parent 71c96b0 commit c559e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/charts/shared/containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const useStyles = makeStyles<{}, {}, "chartContainer">(() => ({
chartContainer: {
overflow: "hidden",
position: "relative",
display: "flex",
flexDirection: "column",
width: "100%",
flexGrow: 1,
},
Expand Down

0 comments on commit c559e08

Please sign in to comment.