ProfileHoverCard: fix #425 hide hover card when ref gets detatched
This commit is contained in:
parent
9b99bdcd4f
commit
2631aed374
1 changed files with 5 additions and 0 deletions
|
@ -104,4 +104,9 @@
|
||||||
background: linear-gradient(0deg, var(--foreground-color) 0%, var(--foreground-color), 80%, transparent);
|
background: linear-gradient(0deg, var(--foreground-color) 0%, var(--foreground-color), 80%, transparent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[data-popper-reference-hidden="true"] {
|
||||||
|
visibility: hidden;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue