Change zIndex
This commit is contained in:
@@ -84,7 +84,7 @@ export default function Navigasyon({selectedTab}) {
|
||||
|
||||
return (
|
||||
<div className={classes.root}>
|
||||
<AppBar style={{zIndex: 9999}} position='fixed' color='default'>
|
||||
<AppBar style={{zIndex: 1}} position='fixed' color='default'>
|
||||
<Tabs
|
||||
value={selectedTab}
|
||||
variant='fullWidth'
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ const useStyles = makeStyles({
|
||||
position: 'absolute',
|
||||
right: '1em',
|
||||
top: '95px',
|
||||
zIndex: 9990,
|
||||
zIndex: 1,
|
||||
cursor: 'pointer'
|
||||
},
|
||||
switchFixed: {
|
||||
|
||||
Reference in New Issue
Block a user