aboutsummaryrefslogtreecommitdiff
path: root/src/web/index.css
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-28 20:47:08 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-28 20:47:08 +0200
commitcd7883d16956d80c67a91c4e07be5335f4de5c39 (patch)
tree633631b3bbe3f6beb16859bcf0eb4c088eb571ae /src/web/index.css
parent35fb9361b2113f4ebc7179b9421f5f3b8a98a6c7 (diff)
first sketch of pinch zoom
Diffstat (limited to 'src/web/index.css')
-rw-r--r--src/web/index.css1
1 files changed, 1 insertions, 0 deletions
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 {