Files
website/apps
matt 06ce6e6cac
All checks were successful
build-website / build (push) Successful in 1m32s
fix: use negative positioning for iOS notch video extension
- 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.
2025-09-21 13:38:51 +02:00
..