Tweak some scrollbox styling to fix fallout from bug 1913322

This commit is contained in:
MrOtherGuy
2024-08-25 13:32:36 +03:00
parent b6d26d8fcb
commit 42042a6278
7 changed files with 23 additions and 6 deletions

View File

@@ -161,6 +161,7 @@ See the above repository for updates as well as full license text. */
#scrollbutton-up,
#scrollbutton-down{ display: var(--scrollbutton-display-model,initial) }
scrollbox[part][orient="horizontal"] > slot,
scrollbox[part][orient="horizontal"]{
display: flex;
flex-wrap: wrap;
@@ -171,7 +172,9 @@ See the above repository for updates as well as full license text. */
scrollbar-gutter: stable;
scroll-snap-type: y mandatory;
}
scrollbox[part][orient="horizontal"] > slot{
overflow-x: hidden;
}
.scrollbox-clip[orient="horizontal"],
#tabbrowser-arrowscrollbox{
overflow: -moz-hidden-unscrollable;