Ensure docs sidebar can scroll to bottom. (#5949)

Closes #5948
This commit is contained in:
Tom Christie 2018-04-20 12:11:48 +01:00 committed by GitHub
parent e4b63f70d6
commit 7e705246ca
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;