fixed the drawer on the docs page being in front of the header

This commit is contained in:
csawatzky 2025-05-21 10:24:05 -06:00
parent 78a5cfe089
commit 353b1cb6b9

View file

@ -24,8 +24,7 @@ const useStyles = makeStyles((theme: Theme) => ({
},
drawer: {
width: drawerWidth,
flexShrink: 0,
zIndex: 10
zIndex: "10 !important"
},
drawerPaper: {
width: drawerWidth