1
Fork 0

Fix footer not sticking to bottom of screen

It's a hack, but the issue is more annoting than the hack.
This commit is contained in:
Jake Howard 2021-07-03 00:32:56 +01:00
parent 020eb43345
commit 709277929b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -129,6 +129,9 @@ footer {
#main {
margin-top: $spacer * 5;
// screen height - top padding - navbar height - footer margin
min-height: calc(100vh - #{$spacer * 5} - #{$navbar-height} - #{$spacer * 3});
}
.list-page-item {