Skip to content

Commit 571a40b

Browse files
authored
Merge pull request #270 from RobokopU24/bug-sidebar
BUG: correcting z-index for left drawer
2 parents 5e290d9 + f2ac69b commit 571a40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/answer/leftDrawer/leftDrawer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
width: 220px;
44
position: absolute;
55
margin-top: 14px;
6-
z-index: -1;
6+
z-index: 0;
77
}

0 commit comments

Comments
 (0)