mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
fix: new header z-index style (#9541)
This commit is contained in:
parent
3912b443d0
commit
872162eb7c
@ -97,7 +97,6 @@ const DraftBannerContent: FC<{
|
||||
};
|
||||
|
||||
const StickyBanner = styled(Sticky)(({ theme }) => ({
|
||||
borderTop: `1px solid ${theme.palette.warning.border}`,
|
||||
borderBottom: `1px solid ${theme.palette.warning.border}`,
|
||||
color: theme.palette.warning.contrastText,
|
||||
backgroundColor: theme.palette.warning.light,
|
||||
|
@ -34,7 +34,6 @@ const HeaderComponent = styled(AppBar)(({ theme }) => ({
|
||||
padding: theme.spacing(1),
|
||||
boxShadow: 'none',
|
||||
position: 'relative',
|
||||
zIndex: 300,
|
||||
paddingRight: theme.spacing(9),
|
||||
[theme.breakpoints.down('lg')]: {
|
||||
paddingLeft: theme.spacing(1),
|
||||
|
Loading…
Reference in New Issue
Block a user