mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: header zIndex
This commit is contained in:
parent
92f3f8af08
commit
0baa7b22e9
@ -7,7 +7,7 @@ export const useStyles = makeStyles(theme => ({
|
|||||||
padding: '0.5rem',
|
padding: '0.5rem',
|
||||||
boxShadow: 'none',
|
boxShadow: 'none',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
zIndex: '200',
|
zIndex: '300',
|
||||||
},
|
},
|
||||||
links: {
|
links: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
Loading…
Reference in New Issue
Block a user