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>