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 fe655b7630
commit 0016dfd9b1
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% {