💄 Adds CSS option for tooltip to have higher z-index

This commit is contained in:
Alicia Sykes 2021-10-22 00:26:03 +01:00
parent b90301e479
commit 7d0647f582
1 changed files with 1 additions and 1 deletions

View File

@ -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; }
}