💄 Adds CSS option for tooltip to have higher z-index
This commit is contained in:
parent
b90301e479
commit
7d0647f582
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,6 @@ html {
|
|||
margin: var(--tooltip-arrow-size) 0;
|
||||
}
|
||||
}
|
||||
|
||||
&[aria-hidden='true'] {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
|
|
@ -165,4 +164,5 @@ html {
|
|||
opacity: 1;
|
||||
transition: opacity .15s;
|
||||
}
|
||||
&.in-modal-tt { z-index: 999; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue