Change zIndex

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-14 23:25:48 +02:00
parent 30487a3003
commit 022afd3350
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export default function Navigasyon({selectedTab}) {
return ( return (
<div className={classes.root}> <div className={classes.root}>
<AppBar style={{zIndex: 9999}} position='fixed' color='default'> <AppBar style={{zIndex: 1}} position='fixed' color='default'>
<Tabs <Tabs
value={selectedTab} value={selectedTab}
variant='fullWidth' variant='fullWidth'
+1 -1
View File
@@ -13,7 +13,7 @@ const useStyles = makeStyles({
position: 'absolute', position: 'absolute',
right: '1em', right: '1em',
top: '95px', top: '95px',
zIndex: 9990, zIndex: 1,
cursor: 'pointer' cursor: 'pointer'
}, },
switchFixed: { switchFixed: {