Add opt-in way to interact scrollbar with mouse

This commit is contained in:
MrOtherGuy 2019-10-29 14:07:29 +02:00
parent 1ac058cfb8
commit 5a3115fd1a

View file

@ -5,7 +5,6 @@
/* It's recommended to move tabs new-tab-button outside tabs toolbar */ /* 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 */ /* 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 */ /* This maximum visible rows won't work before Fx66 */
/* So this setting does nothing on Fx65 and all tab rows will be shown */ /* So this setting does nothing on Fx65 and all tab rows will be shown */
:root{ :root{
@ -14,6 +13,13 @@
--multirow-tab-dynamic-width: 1; /* Change to 0 for fixed-width tabs using the above width. */ --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{ #tabbrowser-tabs{
min-height: unset !important; min-height: unset !important;
padding-inline-start: 0px !important padding-inline-start: 0px !important