use id selector for #tabbrowser-arrowscrollbox
This commit is contained in:
parent
8ae0ffca6d
commit
55eb4951ed
2 changed files with 4 additions and 2 deletions
|
@ -51,7 +51,8 @@
|
||||||
scrollbar-color: var(--toolbar-bgcolor) var(--lwt-accent-color);
|
scrollbar-color: var(--toolbar-bgcolor) var(--lwt-accent-color);
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
#tabbrowser-tabs > .tabbrowser-arrowscrollbox {
|
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
|
||||||
|
#tabbrowser-arrowscrollbox{
|
||||||
overflow: -moz-hidden-unscrollable;
|
overflow: -moz-hidden-unscrollable;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -97,7 +97,8 @@
|
||||||
#tabbrowser-tabs{
|
#tabbrowser-tabs{
|
||||||
min-height: unset !important;
|
min-height: unset !important;
|
||||||
}
|
}
|
||||||
#tabbrowser-tabs > .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox{
|
#tabbrowser-tabs > .tabbrowser-arrowscrollbox > .arrowscrollbox-scrollbox,
|
||||||
|
#tabbrowser-arrowscrollbox{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
max-height: calc(var(--multirow-toolbar-height) * var(--multirow-n-rows));
|
max-height: calc(var(--multirow-toolbar-height) * var(--multirow-n-rows));
|
||||||
|
|
Loading…
Reference in a new issue