aboutsummaryrefslogtreecommitdiff
path: root/modern/src
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src')
-rw-r--r--modern/src/other/GeofencesPage.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js
index a5917df9..6ce7ae8e 100644
--- a/modern/src/other/GeofencesPage.js
+++ b/modern/src/other/GeofencesPage.js
@@ -32,9 +32,11 @@ const useStyles = makeStyles((theme) => ({
flexDirection: 'column-reverse',
},
},
+ drawer: {
+ zIndex: 1,
+ },
drawerPaper: {
position: 'relative',
- zIndex: 0,
[theme.breakpoints.up('sm')]: {
width: theme.dimensions.drawerWidthTablet,
},
@@ -102,6 +104,7 @@ const GeofencesPage = () => {
<div className={classes.root}>
<div className={classes.content}>
<Drawer
+ className={classes.drawer}
anchor={isPhone ? 'bottom' : 'left'}
variant="permanent"
classes={{ paper: classes.drawerPaper }}