From b9fc96abb2c189645bf23061d0e3545bd606b989 Mon Sep 17 00:00:00 2001 From: PROxZIMA Date: Sat, 2 Jul 2022 17:48:01 +0530 Subject: [PATCH] Fix: Selected tab overflow set to visible --- css/tabbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/tabbar.css b/css/tabbar.css index 3e0149f..ded5136 100644 --- a/css/tabbar.css +++ b/css/tabbar.css @@ -86,6 +86,7 @@ padding-inline: 0px !important; position: relative !important; z-index: 1 !important; + overflow: visible !important; } .tabbrowser-tab[visuallyselected] .tab-stack {