From cd7883d16956d80c67a91c4e07be5335f4de5c39 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 28 May 2026 20:47:08 +0200 Subject: first sketch of pinch zoom --- src/web/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/index.css') diff --git a/src/web/index.css b/src/web/index.css index b5647b1..3c6b0d6 100644 --- a/src/web/index.css +++ b/src/web/index.css @@ -3,6 +3,7 @@ body { margin: 0; width: 100vw; height: 100vh; + touch-action: pan-y; /* Prevent default touch behavior */ } #timeline { -- cgit v1.2.3-70-g09d2