Rollup merge of #40497 - wesleywiser:fix_sidebar, r=GuillaumeGomez

Fix sidebar not extending to the bottom of the page

Fixes #40459
This commit is contained in:
Corey Farwell 2017-03-17 08:48:59 -04:00 committed by GitHub
commit 3ebce67ca3

View File

@ -167,7 +167,7 @@ nav.sub {
position: absolute;
left: 0;
top: 0;
min-height: 100vh;
min-height: 100%;
}
.sidebar .current {