increase z-index of selected tab to hide the border below it
This commit is contained in:
parent
8513ca9bfb
commit
240b7ee1ec
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue