Skip to content

Commit

Permalink
Merge pull request #185 from CSCfi/fix-side-navigation-handle-z-index
Browse files Browse the repository at this point in the history
fix side navigation handle z-index
  • Loading branch information
konolak authored Jun 13, 2024
2 parents 5938666 + b6d560c commit 6153e17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const GroupOpenBtn = styled.div`

export const FoldButtonWrapper = styled.div`
width: 20px;
z-index: 200;
z-index: 0;
margin-left: -75px;
`;

Expand Down

0 comments on commit 6153e17

Please sign in to comment.