mirror of https://github.com/Lissy93/dashy.git
💄 Adds CSS option for tooltip to have higher z-index
This commit is contained in:
parent
b90301e479
commit
7d0647f582
|
@ -154,7 +154,6 @@ html {
|
||||||
margin: var(--tooltip-arrow-size) 0;
|
margin: var(--tooltip-arrow-size) 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&[aria-hidden='true'] {
|
&[aria-hidden='true'] {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -165,4 +164,5 @@ html {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .15s;
|
transition: opacity .15s;
|
||||||
}
|
}
|
||||||
|
&.in-modal-tt { z-index: 999; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue