From 240b7ee1ec60538c139786298761d75007e52705 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 29 May 2021 20:48:30 +0300 Subject: [PATCH] increase z-index of selected tab to hide the border below it --- chrome/autohide_bookmarks_and_main_toolbars.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index bcd717f..5cd4802 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -72,6 +72,9 @@ See the above repository for updates as well as full license text. */ #sidebar-box{ position: relative } +/* Selected tab needs higher z-index now to "hide" the broder below it */ +.tabbrowser-tab[selected]{ z-index: 3 !important; } + /* SELECT TOOLBAR BEHAVIOR */ /* Comment out or delete one of these to disable that behavior */