Skip to content

Commit

Permalink
Merge pull request #270 from RobokopU24/bug-sidebar
Browse files Browse the repository at this point in the history
BUG: correcting z-index for left drawer
  • Loading branch information
hina-shah authored Jan 9, 2024
2 parents 5e290d9 + f2ac69b commit 571a40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/answer/leftDrawer/leftDrawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
width: 220px;
position: absolute;
margin-top: 14px;
z-index: -1;
z-index: 0;
}

0 comments on commit 571a40b

Please sign in to comment.