Skip to content

Commit 3ebce67

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

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)