diff options
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 { |