use id selector for #tabbrowser-arrowscrollbox

This commit is contained in:
MrOtherGuy
2020-04-07 21:34:41 +03:00
parent 8ae0ffca6d
commit 55eb4951ed
2 changed files with 4 additions and 2 deletions

View File

@@ -51,7 +51,8 @@
scrollbar-color: var(--toolbar-bgcolor) var(--lwt-accent-color);
scrollbar-width: thin;
}
#tabbrowser-tabs > .tabbrowser-arrowscrollbox {
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
#tabbrowser-arrowscrollbox{
overflow: -moz-hidden-unscrollable;
display: block;
}