aboutsummaryrefslogtreecommitdiff
path: root/src/web/component/timeline/index.css
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2026-05-28 23:12:46 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2026-05-28 23:12:46 +0200
commitef2f7d38d64b2be9f388be3809ba1d07e2bc2282 (patch)
tree3ea1776afa6c436433d4525aacf7aa95825f49af /src/web/component/timeline/index.css
parentcd7883d16956d80c67a91c4e07be5335f4de5c39 (diff)
timeline: fix pinch-zoom offset
Diffstat (limited to 'src/web/component/timeline/index.css')
-rw-r--r--src/web/component/timeline/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/component/timeline/index.css b/src/web/component/timeline/index.css
index 8e61fcf..6d58f59 100644
--- a/src/web/component/timeline/index.css
+++ b/src/web/component/timeline/index.css
@@ -2,7 +2,7 @@
width: 100%;
display: inline-grid;
gap: 0px;
- transition: transform 0.1s ease;
+ overflow-y: auto;
}
.image {