Skip to content

Commit

Permalink
BUG: correcting z-index for left drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hina Shah committed Jan 8, 2024
1 parent 5e290d9 commit f2ac69b
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 f2ac69b

Please sign in to comment.