Skip to content

Commit 6654213

Browse files
committed
fix: overlay z-index to 1
1 parent b0b994e commit 6654213

File tree

1 file changed

+1
-1
lines changed
  • web/src/layout/Header/navbar/Menu/Settings

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Overlay = styled.div`
3939
width: 100vw;
4040
height: 100vh;
4141
background-color: ${({ theme }) => theme.blackLowOpacity};
42-
z-index: 0;
42+
z-index: 1;
4343
`;
4444

4545
const TABS = [

0 commit comments

Comments
 (0)