This commit is contained in:
jxxghp
2023-06-30 17:21:06 +08:00
parent 24df541392
commit 9b6ded99f3
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
.auth-wrapper {
min-block-size: calc(var(--vh, 1vh) * 100);
min-block-size: calc(var(--vh, 1vh) * 100 + env(safe-area-inset-top));
}
.auth-footer-mask {