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; }