mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
fix(catalog): scrollbar-gutter stable sulla nav, proporzioni costanti con/senza scroll
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user