Use scrollbar-gutter in multi-row tabs and bookmarks
This should prevent the appearing/disappearing scrollbar from reflowing content.
This commit is contained in:
@@ -178,6 +178,7 @@ See the above repository for updates as well as full license text. */
|
||||
max-height: var(--uc-scrollbox-max-height,1px);
|
||||
scrollbar-color: currentColor transparent;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-gutter: stable;
|
||||
scroll-snap-type: y mandatory;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user