docs: fix minimum page height

This commit is contained in:
Maximilian Hils 2018-05-25 15:29:25 +02:00
parent b6123eede6
commit 0f981bff25
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,14 @@ $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ox
@import "../node_modules/bulma/sass/components/_all";
@import "../node_modules/bulma/sass/layout/_all";
html, body {
height: 100%;
}
body > div {
min-height: 100%;
}
#sidebar {
background-color: #eee;
border-right: 1px solid #c1c1c1;