Skip to content

Commit

Permalink
Merge pull request #2424 from stakwork/fix/sidebar-zindex
Browse files Browse the repository at this point in the history
fix: fixed sidebar z-index
  • Loading branch information
Rassl authored Nov 1, 2024
2 parents 6382cde + 682f769 commit 211575b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/SecondarySidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Wrapper = styled(Flex)(({ theme }) => ({
height: '100vh',
padding: '16px 20px',
width: '100%',
zIndex: 30,
zIndex: 1,
display: 'flex',
[theme.breakpoints.up('sm')]: {
width: MENU_WIDTH,
Expand Down

0 comments on commit 211575b

Please sign in to comment.