Skip to content

Commit

Permalink
fix: fixed sidebar z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Nov 1, 2024
1 parent 6382cde commit 682f769
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 682f769

Please sign in to comment.