Add opt-in way to interact scrollbar with mouse
This commit is contained in:
parent
1ac058cfb8
commit
5a3115fd1a
1 changed files with 8 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
/* It's recommended to move tabs new-tab-button outside tabs toolbar */
|
||||
|
||||
/* Change the --multirow-n-rows to change maximum number of rows before the rows will start to scroll */
|
||||
/* Scrollbar can't be clicked but the rows can be scrolled with mouse */
|
||||
/* This maximum visible rows won't work before Fx66 */
|
||||
/* So this setting does nothing on Fx65 and all tab rows will be shown */
|
||||
:root{
|
||||
|
@ -14,6 +13,13 @@
|
|||
--multirow-tab-dynamic-width: 1; /* Change to 0 for fixed-width tabs using the above width. */
|
||||
}
|
||||
|
||||
/* Scrollbar can't be clicked but the rows can be scrolled with mouse wheel */
|
||||
/* Uncomment the next line if you want to be able to use the scrollbar with mouse clicks */
|
||||
|
||||
/* .tabbrowser-arrowscrollbox{ -moz-window-dragging: no-drag } */
|
||||
|
||||
/* Uncommenting the above makes you unable to drag the window from empty space in the tab strip but normal draggable spaces will continue to work */
|
||||
|
||||
#tabbrowser-tabs{
|
||||
min-height: unset !important;
|
||||
padding-inline-start: 0px !important
|
||||
|
@ -89,4 +95,4 @@
|
|||
#alltabs-button,
|
||||
:root:not([customizing]) #TabsToolbar #new-tab-button,
|
||||
#tabbrowser-tabs spacer,
|
||||
.tabbrowser-tab::after{ display: none !important }
|
||||
.tabbrowser-tab::after{ display: none !important }
|
Loading…
Reference in a new issue