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
parent 36697b06fa
commit 5c7866cc78
3 changed files with 14 additions and 7 deletions
+7
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% {