All checks were successful
build-website / build (push) Successful in 1m38s
- Add viewport-fit=cover meta tag in nuxt.config.ts for safe area extension - Remove CSS containment property that was blocking safe area rendering - Replace hardcoded fallback values with proper max(env(), fallback) syntax - Fix z-index stacking order (video: 0, footer: 2) to prevent overlays - Enhance HTML/body background color configuration for safe area coverage - Add ipx dependency for image optimization Fixes white background in iOS Safari safe areas by using proper env() functions with max() for fallbacks instead of hardcoded values that override dynamic sizing.