diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-28 23:12:46 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2026-05-28 23:12:46 +0200 |
| commit | ef2f7d38d64b2be9f388be3809ba1d07e2bc2282 (patch) | |
| tree | 3ea1776afa6c436433d4525aacf7aa95825f49af /src/web/component/timeline/index.css | |
| parent | cd7883d16956d80c67a91c4e07be5335f4de5c39 (diff) | |
timeline: fix pinch-zoom offset
Diffstat (limited to 'src/web/component/timeline/index.css')
| -rw-r--r-- | src/web/component/timeline/index.css | 2 |
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 { |