aboutsummaryrefslogtreecommitdiff
path: root/modern/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/App.js')
-rw-r--r--modern/src/App.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/modern/src/App.js b/modern/src/App.js
index 5455058a..7a4af349 100644
--- a/modern/src/App.js
+++ b/modern/src/App.js
@@ -58,9 +58,10 @@ const useStyles = makeStyles(() => ({
},
page: {
flexGrow: 1,
+ overflow: 'auto',
},
menu: {
- zIndex: 1,
+ zIndex: 4,
},
}));