1
0
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:
Tymoteusz Czech 2025-03-14 11:18:20 +01:00 committed by GitHub
parent 3912b443d0
commit 872162eb7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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),