From 52a7dc16048f4ede87def7e736434c60adb5550a Mon Sep 17 00:00:00 2001 From: medievalshell Date: Sat, 30 May 2026 03:32:40 +0200 Subject: [PATCH] fix(catalog): scrollbar-gutter stable sulla nav, proporzioni costanti con/senza scroll --- src/css/catalog/CatalogClassicView.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/catalog/CatalogClassicView.css b/src/css/catalog/CatalogClassicView.css index 48a6100..a595965 100644 --- a/src/css/catalog/CatalogClassicView.css +++ b/src/css/catalog/CatalogClassicView.css @@ -142,6 +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 + overflows into a scrollbar (e.g. many sub-pages). */ + scrollbar-gutter: stable; } .nitro-catalog-classic-navigation-list {