Fix pataje z-index

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-26 12:08:31 +02:00
parent 3b71891cc2
commit 96fb8f9b5b
+3 -2
View File
@@ -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'