docs: fix minimum page height
This commit is contained in:
parent
b6123eede6
commit
0f981bff25
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue