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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user