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/component/timeline/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/component/timeline/index.css') 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 { -- cgit v1.2.3-70-g09d2