[Misc] Ensure that the footer is at the very bottom of the page (#845)

This commit is contained in:
Cinder 2025-01-22 06:19:54 -08:00 committed by GitHub
parent 816c4060e9
commit 4b738f8ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,14 @@ div#search {
margin-bottom: 1em;
}
body {
display: flex;
flex-flow: column;
min-height: 100vh;
}
div#page {
flex: 1;
overflow: visible;
padding: $padding-050 $padding-025 themed("content-padding-bottom");