Skip to content

Commit be2d891

Browse files
authored
Rollup merge of rust-lang#40497 - wesleywiser:fix_sidebar, r=GuillaumeGomez
Fix sidebar not extending to the bottom of the page Fixes rust-lang#40459
2 parents 81093a1 + 8b9b3b6 commit be2d891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ nav.sub {
167167
position: absolute;
168168
left: 0;
169169
top: 0;
170-
min-height: 100vh;
170+
min-height: 100%;
171171
}
172172

173173
.sidebar .current {

0 commit comments

Comments
 (0)