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:
parent
a00b920324
commit
3a42c381c3
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user