Hovercard: invisible hotfix

This commit is contained in:
Alex Gleason
2020-09-11 15:54:22 -05:00
parent 53322687a9
commit 4d5561e9af

View File

@ -105,9 +105,3 @@
}
}
}
/* Hide the popper when the reference is hidden */
.profile-hover-card[data-popper-reference-hidden] {
visibility: hidden;
pointer-events: none;
}