Skip to content

Commit

Permalink
Fix main container (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt authored Oct 17, 2024
2 parents bb587f6 + 5a64852 commit f16101b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/src/components/styledComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const MainContentBox = styled(Box)({
flex: "1 1 0%",
display: "flex",
flexDirection: "column",
overflow: "hidden",
position: "relative",
});

Expand Down

0 comments on commit f16101b

Please sign in to comment.