Skip to content

Commit 872162e

Browse files
authored
fix: new header z-index style (#9541)
1 parent 3912b44 commit 872162e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ const DraftBannerContent: FC<{
9797
};
9898

9999
const StickyBanner = styled(Sticky)(({ theme }) => ({
100-
borderTop: `1px solid ${theme.palette.warning.border}`,
101100
borderBottom: `1px solid ${theme.palette.warning.border}`,
102101
color: theme.palette.warning.contrastText,
103102
backgroundColor: theme.palette.warning.light,

frontend/src/component/menu/Header/Header.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const HeaderComponent = styled(AppBar)(({ theme }) => ({
3434
padding: theme.spacing(1),
3535
boxShadow: 'none',
3636
position: 'relative',
37-
zIndex: 300,
3837
paddingRight: theme.spacing(9),
3938
[theme.breakpoints.down('lg')]: {
4039
paddingLeft: theme.spacing(1),

0 commit comments

Comments
 (0)