From 5a3115fd1a9cd26cfcbb3f2a0f4872d73834bca4 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 29 Oct 2019 14:07:29 +0200 Subject: [PATCH] Add opt-in way to interact scrollbar with mouse --- chrome/multi-row_tabs.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index 7fa30fa..137aea3 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -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 } \ No newline at end of file