diff --git a/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx b/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx index 1ef42e9130..77d2ff6d25 100644 --- a/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx +++ b/frontend/src/component/layout/MainLayout/DraftBanner/DraftBanner.tsx @@ -104,6 +104,7 @@ const StickyBanner = styled(Sticky)(({ theme }) => ({ borderBottom: `1px solid ${theme.palette.warning.border}`, color: theme.palette.warning.contrastText, backgroundColor: theme.palette.warning.light, + zIndex: 250, })); export const DraftBanner: VFC = ({ project }) => {