Fix pataje z-index
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user