Skip to content

Commit 8b9b3b6

Browse files
committed
Fix sidebar not extending to the bottom of the page
Fixes #40459
1 parent fd182c4 commit 8b9b3b6

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)