From 0a6e1a184070ab089b8264f5148f9b2fdc707693 Mon Sep 17 00:00:00 2001 From: Gerome Matilla Date: Sat, 22 Aug 2020 06:40:04 +0800 Subject: [PATCH] fix tabbar being cut off --- parts/tabbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/tabbar.css b/parts/tabbar.css index c6cf2b8..ab2693d 100644 --- a/parts/tabbar.css +++ b/parts/tabbar.css @@ -30,7 +30,7 @@ The tabs container /* Set minimum height for tab bar */ #tabbrowser-tabs { - --tab-min-height: 0; + /* --tab-min-height: 0; */ margin: 6px 5px 6px 5px; }