mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix tooltip being shown when parent is unmounted
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user