Skip to content

Commit 823c20c

Browse files
committed
Fix sidebar z-order on Firefox
1 parent 8e2f752 commit 823c20c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ div.rustdoc {
5656
.sidebar {
5757
top: 34px;
5858
left: 0;
59+
z-index: -1;
5960
}
6061

6162
body {

0 commit comments

Comments
 (0)