06ce6e6cac8b52694a656222f4a639dbcbc7aa56
All checks were successful
build-website / build (push) Successful in 1m32s
- Replace broken fixed positioning with absolute + negative top - Video now extends calc(-1 * env(safe-area-inset-top)) above container - Height compensated with calc(100dvh + env(safe-area-inset-top)) - Container uses position: relative with overflow: visible - Fixes iOS Safari bug where fixed positioning doesn't work properly This approach allows the video to extend under the iOS notch/Dynamic Island while keeping interactive content in safe areas.
Description
No description provided
Languages
HTML
59.7%
CSS
29.5%
JavaScript
9.1%
TypeScript
1.6%