Switch to min-height dvh
All checks were successful
/ publish (push) Successful in 1m17s

This commit is contained in:
Leon Mika 2025-01-26 10:26:39 +11:00
parent 5b79c43551
commit 6b1f868c6f

View file

@ -10,7 +10,7 @@
}
body {
min-height: 100vh;
min-height: 100dvh;
display: flex;
flex-direction: column;
}