Skip to content

Commit

Permalink
Merge pull request #2425 from stakwork/fix/sidebar-zindex
Browse files Browse the repository at this point in the history
fix: update sidebar-zindex
  • Loading branch information
Rassl authored Nov 1, 2024
2 parents 1701262 + 654c5c6 commit 309adf7
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 309adf7

Please sign in to comment.