From ef2f7d38d64b2be9f388be3809ba1d07e2bc2282 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 28 May 2026 23:12:46 +0200 Subject: timeline: fix pinch-zoom offset --- src/web/index.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'src/web/index.css') diff --git a/src/web/index.css b/src/web/index.css index 3c6b0d6..934c713 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -1,12 +1,19 @@ +html { + height: 100vh; + width: 100vw; +} + body { padding: 0; margin: 0; width: 100vw; height: 100vh; - touch-action: pan-y; /* Prevent default touch behavior */ + overflow: hidden; + touch-action: pan-y; } #timeline { display: block; - height: 100%; + height: 100vh; + overflow-y: auto; } -- cgit v1.2.3-70-g09d2