From e787544a2ba7276d0a920488f99fe74229a94e32 Mon Sep 17 00:00:00 2001 From: Mischa Date: Sun, 21 Jun 2026 21:22:42 +0200 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr --- themes/intotheeast/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 077aae1..9b5c6e0 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -217,6 +217,7 @@ body::after { display: flex; overflow-x: scroll; scroll-snap-type: x mandatory; + scroll-behavior: smooth; scrollbar-width: none; height: 100%; }