diff --git a/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx b/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx index 3c9a8a6898..7e5d2180ec 100644 --- a/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx +++ b/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx @@ -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, diff --git a/frontend/src/component/menu/Header/Header.tsx b/frontend/src/component/menu/Header/Header.tsx index b10fccc20d..afad324779 100644 --- a/frontend/src/component/menu/Header/Header.tsx +++ b/frontend/src/component/menu/Header/Header.tsx @@ -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),