From 055e742a87dc8505e535f658df4b4df72e7fb8db Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 16 Feb 2023 05:28:48 +0200 Subject: [PATCH] non_floating_tabs: apply relative selected tab position to pinned tabs In overflow mode Firefox will override that anyway so no need to exclude all pinned tabs. --- chrome/non_floating_sharp_tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 0774e5d..f7e74cc 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -69,7 +69,7 @@ See the above repository for updates as well as full license text. */ } /* Selected tab needs to be relative so it gets drawn over nav-bar top "border" */ -.tabbrowser-tab:not([pinned])[selected]{ +.tabbrowser-tab[selected]{ position: relative; z-index: 1; }