feat(strip): smooth scroll animation on arrow button clicks

scroll-behavior: smooth on the strip element ensures programmatic
scrollBy calls animate consistently, cooperating with scroll-snap.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
2026-06-21 21:22:42 +02:00
parent 9f94164c61
commit e787544a2b
+1
View File
@@ -217,6 +217,7 @@ body::after {
display: flex;
overflow-x: scroll;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scrollbar-width: none;
height: 100%;
}