fix tooltip being shown when parent is unmounted

This commit is contained in:
geoffrey45
2022-09-04 16:07:05 +03:00
parent b7c158a785
commit de1c232973
2 changed files with 14 additions and 4 deletions
+6 -1
View File
@@ -117,7 +117,12 @@ button {
border-radius: $smaller;
padding: $smaller;
font-size: 0.85rem;
display: none;
visibility: hidden;
position: absolute;
z-index: 300;
}
#tooltip[data-popper-reference-hidden] {
visibility: hidden !important;
pointer-events: none;
}