fix(catalog): scrollbar-gutter stable sulla nav, proporzioni costanti con/senza scroll

This commit is contained in:
medievalshell
2026-05-30 03:32:40 +02:00
parent 8e95ca9570
commit 52a7dc1604
+4
View File
@@ -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 {