App: try fix gap at bottom on iOS standalone
All checks were successful
/ depoly (push) Successful in 1m17s

This commit is contained in:
thislight 2024-11-10 22:29:49 +08:00
parent 8066f699bd
commit 85cb7ad081
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -10,6 +10,11 @@
overscroll-behavior-block: none; overscroll-behavior-block: none;
} }
body, #root {
min-height: 100vh;
min-height: 100dvh;
}
.custom-emoji { .custom-emoji {
width: 1em; width: 1em;
} }