Fix sidebar not extending to the bottom of the page

Fixes #40459
This commit is contained in:
Wesley Wiser 2017-03-13 20:36:41 -04:00
parent fd182c4010
commit 8b9b3b6d8b

View File

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