fix: tooltip would show over everything

This commit is contained in:
Jérôme Wiedemann 2023-07-25 23:40:20 +00:00
parent a1bb39a71c
commit 1bc8f99501
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ export const styles = css`
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
}
:host(.tooltip:hover) span.tooltiptext {
opacity: 1;