Skip to content

Commit

Permalink
fix: remove hieght tag of Root div
Browse files Browse the repository at this point in the history
  • Loading branch information
deRohrer committed Sep 15, 2024
1 parent 24d87c5 commit 53c1af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const theme = createTheme({

const RootDiv = styled('div')({
flexGrow: 1,
height: '100vh',
});

const Root: FC = () => {
Expand Down

0 comments on commit 53c1af2

Please sign in to comment.