84d6d58dd7bed9f73d659af6d12673a5df9d4a2b
All checks were successful
build-website / build (push) Successful in 1m50s
- Remove ClientOnly and Teleport wrappers that were causing SSR issues - Switch to safe-area-max-inset-top which properly returns notch height on iOS - Change position from fixed to absolute to prevent footer overlap - Add proper fallbacks for browsers without safe-area-max support - Simplify CSS by removing !important flags and duplicate styles This fixes the Safari bug where env(safe-area-inset-top) returns 0 in portrait mode by using safe-area-max-inset-top which always returns the correct notch height. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
HTML
59.7%
CSS
29.5%
JavaScript
9.1%
TypeScript
1.6%