commit 51280d9274b247efa8a3ddeb22f917504f8524ff
parent 9fee0f9cae18f6a7439a5decfc2085758c3291e7
Author: Hunter
Date:   Wed, 24 Dec 2025 21:36:55 -0500

fix iOS fullscreen preview underscroll (use 100dvh)

Diffstat:
Mstyles.css | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/styles.css b/styles.css @@ -46,7 +46,9 @@ body { top: 0; left: 0; width: 100vw; + width: 100dvw; height: 100vh; + height: 100dvh; z-index: 9999; background: white; }