All checks were successful
build-website / build (push) Successful in 1m35s
- Used <Teleport to='body'> to render video at root DOM level - Bypassed layout container constraints (min-h-screen, flex-grow) - Added ClientOnly wrapper for SSR compatibility - Video now positioned directly at body level with fixed positioning - Added iOS-specific styles to extend video into safe area - Supports 100vh, 100dvh, and 100lvh for maximum compatibility - White background fallback if video fails to load - Object-position: center top for better notch coverage This solution attempts to extend the video into the iOS safe area by rendering it outside of all parent container constraints.