fix(app): always apply safe area insets (#33619)

This commit is contained in:
Brendan Allan 2026-06-24 18:21:52 +08:00 committed by GitHub
commit 0016dfd9b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 7 deletions

View file

@ -15,6 +15,13 @@
font-style: normal;
}
@media (display-mode: standalone) {
/* WebKit excludes safe-area insets from dvh in installed apps. */
#root {
height: 100vh;
}
}
@layer components {
@keyframes session-progress-whip {
0% {