Ensure docs sidebar can scroll to bottom.

Closes #5948
This commit is contained in:
Tom Christie 2018-04-20 11:39:34 +01:00 committed by GitHub
parent e4b63f70d6
commit 7d79c51cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,10 @@ pre.highlight code {
transition: all 1s ease;
}
.sidebar #menu-content {
padding-bottom: 70px;
}
body {
margin: 0px;
padding: 0px;