Merged in fix/footer-at-bottom (pull request #1480)

fix: ensure footer stays at bottom

Approved-by: Joakim Jäderberg
This commit is contained in:
Christian Andolf
2025-03-05 14:56:25 +00:00
3 changed files with 8 additions and 1 deletions
+2
View File
@@ -151,6 +151,8 @@ body {
body {
min-height: 100dvh;
overflow-x: hidden;
display: flex;
flex-direction: column;
}
body.overflow-hidden {