From 2e11ec41c3f266cce4f9ee1e54df91a5b6649f56 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 19 Feb 2022 16:24:25 +0900 Subject: [PATCH] Fix: Pinned Tab - Prevent crop bottom rounded corner #330 --- userChrome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index c0a2f63..263f6ee 100644 --- a/userChrome.css +++ b/userChrome.css @@ -3204,8 +3204,8 @@ menupopup > menu { #tabbrowser-tabs { z-index: 1 !important; } -#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) { - overflow: hidden; +#TabsToolbar { + overflow: hidden; /* Prevent toolbar area over */ } /** Selected Tab - Color like toolbar *****************************************/