Fix pataje z-index
This commit is contained in:
@@ -54,7 +54,8 @@ const useStyles = makeStyles(theme => ({
|
|||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.up('sm')]: {
|
||||||
width: `calc(100% - ${drawerWidth}px)`,
|
width: `calc(100% - ${drawerWidth}px)`,
|
||||||
marginLeft: drawerWidth
|
marginLeft: drawerWidth
|
||||||
}
|
},
|
||||||
|
zIndex: 1
|
||||||
},
|
},
|
||||||
menuButton: {
|
menuButton: {
|
||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.up('sm')]: {
|
||||||
@@ -109,7 +110,7 @@ const useStyles = makeStyles(theme => ({
|
|||||||
position: 'fixed',
|
position: 'fixed',
|
||||||
top: '85px',
|
top: '85px',
|
||||||
left: '110px',
|
left: '110px',
|
||||||
zIndex: 9998,
|
zIndex: 2,
|
||||||
[theme.breakpoints.up('sm')]: {
|
[theme.breakpoints.up('sm')]: {
|
||||||
top: '88px',
|
top: '88px',
|
||||||
left: '340px'
|
left: '340px'
|
||||||
|
|||||||
Reference in New Issue
Block a user