Skip to content

Commit 4763662

Browse files
committed
Fix z-index of sidebar and navigation bg color
1 parent 6ed9268 commit 4763662

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/style.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ div.rustdoc {
5454
}
5555

5656
.sidebar {
57-
top: 32px;
58-
left: 0;
57+
padding-top: 32px;
58+
z-index: -1;
5959
}
6060

6161
body {
@@ -115,6 +115,7 @@ div.container-rustdoc {
115115
div.nav-container {
116116
height: 32px;
117117
border-bottom: 1px solid $color-border;
118+
background-color: #fff;
118119

119120
li {
120121
border-left: 1px solid $color-border;

0 commit comments

Comments
 (0)