fixed the drawer on the docs page being in front of the header
This commit is contained in:
parent
78a5cfe089
commit
353b1cb6b9
1 changed files with 1 additions and 2 deletions
|
|
@ -24,8 +24,7 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
},
|
||||
drawer: {
|
||||
width: drawerWidth,
|
||||
flexShrink: 0,
|
||||
zIndex: 10
|
||||
zIndex: "10 !important"
|
||||
},
|
||||
drawerPaper: {
|
||||
width: drawerWidth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue