diff options
Diffstat (limited to 'modern')
-rw-r--r-- | modern/src/App.js | 2 | ||||
-rw-r--r-- | modern/src/other/GeofencesPage.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modern/src/App.js b/modern/src/App.js index 62f0d749..baa2c3f2 100644 --- a/modern/src/App.js +++ b/modern/src/App.js @@ -16,7 +16,7 @@ const useStyles = makeStyles(() => ({ overflow: 'auto', }, menu: { - zIndex: 1204, + zIndex: 4, }, })); diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js index 99626e49..a5917df9 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.js @@ -34,6 +34,7 @@ const useStyles = makeStyles((theme) => ({ }, drawerPaper: { position: 'relative', + zIndex: 0, [theme.breakpoints.up('sm')]: { width: theme.dimensions.drawerWidthTablet, }, |