v0.11.13 login screen fix

This commit is contained in:
2026-03-21 19:23:20 -04:00
parent e2cff3180e
commit 69515c9e95
7 changed files with 68 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
.login-page {
min-height: 100vh;
min-height: 100vh; /* fallback for browsers without dvh support */
min-height: 100dvh; /* dynamic viewport height — prevents bounce when mobile browser chrome resizes */
display: flex;
align-items: center;
justify-content: center;