From 8260908024ced4534c107fd954703db28ca77531 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 3 Feb 2026 00:43:18 +0000 Subject: [PATCH] Keep scroll navigation buttons visible when content can scroll Changed scroll buttons behavior: - Always visible at 70% opacity when there's more content to scroll - Increase to 100% opacity on hover - Removed group-hover requirement - Only show when canScrollLeft/canScrollRight is true Users now have a clear indicator when more content is available without needing to hover over the content row. Co-authored-by: Cursor --- src/components/ContentRow.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ContentRow.vue b/src/components/ContentRow.vue index 3194e52..8c420c8 100644 --- a/src/components/ContentRow.vue +++ b/src/components/ContentRow.vue @@ -9,7 +9,7 @@