diff --git a/app/styles/brand.css b/app/styles/brand.css index 4cdc148..391ae85 100644 --- a/app/styles/brand.css +++ b/app/styles/brand.css @@ -139,6 +139,29 @@ letter-spacing: 0.01em; } +/* === Safe-area insets ================================================= + * + * Opt-in padding helpers for sticky top / fixed bottom bars on devices + * with notches, dynamic islands, or gesture home indicators. Pair with + * the viewport-fit=cover viewport meta (set in app/layout.tsx) — without + * that, env(safe-area-inset-*) resolves to 0 and these utilities are + * no-ops, which is the desired fallback on non-PWA / non-mobile contexts. + * + * Usage: + *
// header clears notch + *