Skip to content

Commit 4e1bb50

Browse files
committed
fix(web): fixed styling issue
1 parent cd650ec commit 4e1bb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layout/Header/navbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Wrapper = styled.div<{ isOpen: boolean }>`
2828
left: 0;
2929
width: 100vw;
3030
height: 100vh;
31-
z-index: 30;
31+
z-index: 1;
3232
`;
3333

3434
const StyledOverlay = styled(Overlay)`

0 commit comments

Comments
 (0)