Matt ac7651811c
All checks were successful
build-website / build (push) Successful in 1m42s
fix: iOS Safari safe area - remove HTML height constraint and add body position fix
- Remove height: 100% from HTML element that was preventing safe area extension
- Add min-height with -webkit-fill-available instead
- Detect iOS devices and set body position:fixed for proper safe area handling
- iOS Safari requires body to be position:fixed for content to extend into safe areas

This addresses the root cause: parent element constraints preventing video extension
2025-09-25 17:00:42 +02:00
Description
No description provided
92 MiB
Languages
HTML 59.7%
CSS 29.5%
JavaScript 9.1%
TypeScript 1.6%