Merge pull request #3158 from danny007in/footer-bug-fix

footer height bug fix
pull/3159/head
REJack 2020-11-26 14:59:44 +01:00 committed by GitHub
commit 407a21f615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -534,6 +534,10 @@ body:not(.sidebar-mini-md) {
min-height: 100%;
position: absolute;
top: 0;
.sidebar {
overflow-y: auto;
}
}
}