1
0
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:
Fredrik Oseberg 2021-09-15 11:25:02 +02:00
parent 92f3f8af08
commit 0baa7b22e9

View File

@ -7,7 +7,7 @@ export const useStyles = makeStyles(theme => ({
padding: '0.5rem',
boxShadow: 'none',
position: 'relative',
zIndex: '200',
zIndex: '300',
},
links: {
display: 'flex',