Skip to content

Commit

Permalink
fix: update sidebar-zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Nov 1, 2024
1 parent 682f769 commit 654c5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/SideBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Wrapper = styled(Flex)(({ theme }) => ({
background: colors.BG1,
height: '100vh',
width: '100%',
zIndex: 30,
zIndex: 1,
[theme.breakpoints.up('sm')]: {
width: MENU_WIDTH,
},
Expand Down

0 comments on commit 654c5c6

Please sign in to comment.