App: set container height 100vh
All checks were successful
/ depoly (push) Successful in 1m19s

This commit is contained in:
thislight 2024-11-10 22:48:04 +08:00
parent 2d56bdfe3a
commit 814ac07581
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -7,12 +7,14 @@
--safe-area-inset-bottom: env(safe-area-inset-bottom); --safe-area-inset-bottom: env(safe-area-inset-bottom);
--safe-area-inset-right: env(safe-area-inset-right); --safe-area-inset-right: env(safe-area-inset-right);
background-color: var(--tutu-color-surface, transparent); background-color: var(--tutu-color-surface, transparent);
overscroll-behavior-block: none; overscroll-behavior-y: none; /* FIXME: Safari 15.4 does not support this, requires 16+ */
} }
:root, body, #root { :root, body, #root {
min-height: 100vh; min-height: 100vh;
min-height: 100dvh; min-height: 100dvh;
height: 100vh;
height: 100dvh;
} }
.custom-emoji { .custom-emoji {