forked from e621ng/e621ng
[Misc] Ensure that the footer is at the very bottom of the page (#845)
This commit is contained in:
parent
816c4060e9
commit
4b738f8ed4
@ -2,7 +2,14 @@ div#search {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
div#page {
|
div#page {
|
||||||
|
flex: 1;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
padding: $padding-050 $padding-025 themed("content-padding-bottom");
|
padding: $padding-050 $padding-025 themed("content-padding-bottom");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user