From b4a34d2334fb03d397388a9a878cdabb7f83d2a9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 31 Jan 2019 05:33:58 +0200 Subject: [PATCH] Add comment about scrollable tabs being disabled on Firefox65 --- chrome/multi-row_tabs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index 3c0d744..67fae4b 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -6,7 +6,8 @@ /* 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{ --multirow-n-rows: 3 } #tabbrowser-tabs{