Skip to content

Commit 4053654

Browse files
committed
Fix rustdoc sidebar z-index
1 parent 9cd61f0 commit 4053654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ nav.sub {
166166
top: 0;
167167
height: 100vh;
168168
overflow: auto;
169+
z-index: 1;
169170
}
170171

171172
.sidebar .block > ul > li {

0 commit comments

Comments
 (0)