Hovercard: invisible hotfix

This commit is contained in:
Alex Gleason 2020-09-11 15:54:22 -05:00
parent 53322687a9
commit 4d5561e9af
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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;
}