1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: header zindex

This commit is contained in:
Fredrik Oseberg 2021-09-05 12:15:09 +02:00
parent a00b920324
commit 3a42c381c3

View File

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