mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
fix(catalog): scrollbar-gutter both-edges, icona nav centrata con/senza scroll
This commit is contained in:
@@ -142,10 +142,10 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: var(--cat-panel);
|
background: var(--cat-panel);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
/* Reserve the scrollbar space at all times so the rows (and the active
|
/* Reserve the scrollbar space at all times (both edges) so the rows and
|
||||||
highlight) keep the same width/proportions whether or not the list
|
the active highlight stay centered/consistent whether or not the list
|
||||||
overflows into a scrollbar (e.g. many sub-pages). */
|
overflows into a scrollbar (e.g. many sub-pages). */
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable both-edges;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nitro-catalog-classic-navigation-list {
|
.nitro-catalog-classic-navigation-list {
|
||||||
|
|||||||
Reference in New Issue
Block a user