All checks were successful
build-website / build (push) Successful in 1m34s
- Replace calc() with env() approach (which returns 0px in portrait) - Use inset: 0 to fill entire viewport including safe areas - Add -webkit-fill-available for proper iOS height handling - Add iOS-specific meta tags for full-screen web app support - Include style element with !important to override any conflicts - Use @supports query to target only Safari browsers This approach bypasses the buggy env() functions and uses native iOS solutions