fix: ensure footer stays at bottom

This commit is contained in:
Christian Andolf
2025-03-05 13:50:52 +01:00
parent 4ab586660a
commit 11a1f35bbf
3 changed files with 8 additions and 1 deletions

View File

@@ -151,6 +151,8 @@ body {
body {
min-height: 100dvh;
overflow-x: hidden;
display: flex;
flex-direction: column;
}
body.overflow-hidden {