increase z-index of selected tab to hide the border below it

This commit is contained in:
MrOtherGuy 2021-05-29 20:48:30 +03:00
parent 8513ca9bfb
commit 240b7ee1ec

View file

@ -72,6 +72,9 @@ See the above repository for updates as well as full license text. */
#sidebar-box{ position: relative } #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 */ /* SELECT TOOLBAR BEHAVIOR */
/* Comment out or delete one of these to disable that behavior */ /* Comment out or delete one of these to disable that behavior */