From d79bdd33e1f09b095475f6a4cf379d0ac3146466 Mon Sep 17 00:00:00 2001 From: medievalshell Date: Sat, 30 May 2026 03:42:58 +0200 Subject: [PATCH] fix(catalog): scrollbar-gutter both-edges, icona nav centrata con/senza scroll --- src/css/catalog/CatalogClassicView.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/catalog/CatalogClassicView.css b/src/css/catalog/CatalogClassicView.css index a595965..dc99550 100644 --- a/src/css/catalog/CatalogClassicView.css +++ b/src/css/catalog/CatalogClassicView.css @@ -142,10 +142,10 @@ border-radius: 4px; background: var(--cat-panel); overflow: auto; - /* Reserve the scrollbar space at all times so the rows (and the active - highlight) keep the same width/proportions whether or not the list + /* Reserve the scrollbar space at all times (both edges) so the rows and + the active highlight stay centered/consistent whether or not the list overflows into a scrollbar (e.g. many sub-pages). */ - scrollbar-gutter: stable; + scrollbar-gutter: stable both-edges; } .nitro-catalog-classic-navigation-list {