mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
guiset: show hoverlink in front of active tab title
This commit is contained in:
parent
82c4348054
commit
d3ecadf271
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ export const potentialRules = {
|
|||
none: `display: none !important;`,
|
||||
right: `right: 0; display: inline;`,
|
||||
left: ``,
|
||||
"top-left": `top: 2em; display: inline;`,
|
||||
"top-right": `top: 2em; right: 0; display: inline;`,
|
||||
"top-left": `top: 2em; z-index: 2; display: inline;`,
|
||||
"top-right": `top: 2em; z-index: 2; right: 0; display: inline;`,
|
||||
},
|
||||
},
|
||||
tabstoolbar: {
|
||||
|
|
Loading…
Add table
Reference in a new issue