aboutsummaryrefslogtreecommitdiff
path: root/modern/src/MainPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/MainPage.js')
-rw-r--r--modern/src/MainPage.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/MainPage.js b/modern/src/MainPage.js
index 75af9666..247001aa 100644
--- a/modern/src/MainPage.js
+++ b/modern/src/MainPage.js
@@ -36,6 +36,7 @@ const useStyles = makeStyles((theme) => ({
position: 'absolute',
left: 0,
top: 0,
+ zIndex: 3,
margin: theme.spacing(1.5),
width: theme.dimensions.drawerWidthDesktop,
bottom: theme.dimensions.bottomBarHeight,
@@ -102,6 +103,7 @@ const useStyles = makeStyles((theme) => ({
position: 'fixed',
left: theme.spacing(1.5),
bottom: theme.spacing(1.5),
+ zIndex: 4,
width: theme.dimensions.drawerWidthDesktop,
},
}));