diff --git a/components/teks/teks-drawer.js b/components/teks/teks-drawer.js index 71ccdbd..d14c6ac 100644 --- a/components/teks/teks-drawer.js +++ b/components/teks/teks-drawer.js @@ -54,7 +54,8 @@ const useStyles = makeStyles(theme => ({ [theme.breakpoints.up('sm')]: { width: `calc(100% - ${drawerWidth}px)`, marginLeft: drawerWidth - } + }, + zIndex: 1 }, menuButton: { [theme.breakpoints.up('sm')]: { @@ -109,7 +110,7 @@ const useStyles = makeStyles(theme => ({ position: 'fixed', top: '85px', left: '110px', - zIndex: 9998, + zIndex: 2, [theme.breakpoints.up('sm')]: { top: '88px', left: '340px'