diff --git a/src/pages/PageContainer.tsx b/src/pages/PageContainer.tsx index 938acab..3f0e605 100644 --- a/src/pages/PageContainer.tsx +++ b/src/pages/PageContainer.tsx @@ -31,6 +31,9 @@ const useStyles = makeStyles((theme: Theme) => ({ top: 0, left: 0, height: "100vh", + "@supports (height: 100dvh)": { + height: "100dvh" + }, width: "100vw", backgroundColor: theme.palette.background.default, zIndex: 2000,