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

@@ -55,7 +55,9 @@ spacer[part="overflow-end-indicator"]{
margin-inline-end: calc(0px - var(--tab-shadow-max-size,0px)) !important;
background-image: var(--uc-scrollbutton-down-background);
}
scrollbox[orient="horizontal"],
.scrollbox-clip{ margin-inline: var(--uc-scrollbox-margin,0px); }
.scrollbox-clip > scrollbox[orient="horizontal"]{ margin-inline: initial }
/* Need to reset some things for other scrollboxes */
.menupopup-arrowscrollbox{