mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-19 14:21:58 +01:00
💄 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…
Reference in a new issue