diff --git a/chrome/non_floating_sharp_tabs.css b/chrome/non_floating_sharp_tabs.css index 2b8886f..0774e5d 100644 --- a/chrome/non_floating_sharp_tabs.css +++ b/chrome/non_floating_sharp_tabs.css @@ -68,6 +68,12 @@ See the above repository for updates as well as full license text. */ --uc-scrollbox-base-margin: -22px !important; } +/* Selected tab needs to be relative so it gets drawn over nav-bar top "border" */ +.tabbrowser-tab:not([pinned])[selected]{ + position: relative; + z-index: 1; +} + /* tab shaping */ .tabbrowser-tab{ padding-inline: 0 !important; }