Skip to content

Commit

Permalink
fix side navigation handle z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Jun 13, 2024
1 parent 5938666 commit b6d560c
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 b6d560c

Please sign in to comment.