mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
chore: remove z-index from sticky admin menu as its probably not needed (#9690)
This commit is contained in:
parent
b9a7c0cda6
commit
4344c94a90
@ -99,7 +99,6 @@ const StyledMenuPaper = styled(Paper)(({ theme }) => ({
|
|||||||
const StickyContainer = styled(Sticky)(({ theme }) => ({
|
const StickyContainer = styled(Sticky)(({ theme }) => ({
|
||||||
position: 'sticky',
|
position: 'sticky',
|
||||||
top: 0,
|
top: 0,
|
||||||
zIndex: theme.zIndex.sticky,
|
|
||||||
background: theme.palette.background.application,
|
background: theme.palette.background.application,
|
||||||
transition: 'padding 0.3s ease',
|
transition: 'padding 0.3s ease',
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user