HoverCard: Fix hover flickering issues

merge-requests/155/head
Alex Gleason 4 years ago
parent abd13e8fa5
commit 6c205deaf0
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -8,7 +8,6 @@
}
.profile-hover-card {
@include standard-panel;
position: absolute;
pointer-events: none;
opacity: 0;
@ -18,7 +17,7 @@
width: 265px;
z-index: 998;
left: -10px;
top: 70px;
padding-top: 20px;
&--visible {
opacity: 1;
@ -31,7 +30,9 @@
}
.profile-hover-card__container {
@include standard-panel;
position: relative;
overflow: hidden;
}
.profile-hover-card__action-button {

Loading…
Cancel
Save