v0.11.13 login screen fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user