diff --git a/src/features/app/AppLayout.js b/src/features/app/AppLayout.js index 62b0076c..cbf7fba2 100644 --- a/src/features/app/AppLayout.js +++ b/src/features/app/AppLayout.js @@ -9,7 +9,8 @@ export const permanentDrawerWidth = "35%" const useStyles = makeStyles((theme) => ({ root: { display: "flex", - minHeight: "100vh", + height: "100vh", + overflowY: "scroll", flexDirection: "row-reverse", justifyContent: "flex-end", "& main": {