feat: safe area insets for Dynamic Island / notch / cutout

viewport-fit=cover already set. Added env(safe-area-inset-*) padding
to outer container so content doesn't hide behind Dynamic Island,
notches, or the home indicator bar.
This commit is contained in:
2026-07-02 14:07:19 -04:00
parent 1e22daead3
commit 92af2e21b1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -44,6 +44,8 @@
line-height: 1.4;
}
/* ponytail: safe-area env() can't go in @apply, handle in Layout.tsx inline styles */
* {
box-sizing: border-box;
}