diff --git a/web/src/components/App.jsx b/web/src/components/App.jsx index 7fdc706e..9b939ea5 100644 --- a/web/src/components/App.jsx +++ b/web/src/components/App.jsx @@ -118,7 +118,7 @@ const Main = (props) => ( flexDirection: "column", padding: 3, width: { sm: `calc(100% - ${Navigation.width}px)` }, - height: "100vh", + height: "100dvh", overflow: "auto", backgroundColor: ({ palette }) => (palette.mode === "light" ? palette.grey[100] : palette.grey[900]), }}