From 6c205deaf012b6d3f6a9e2ccd2b0680157df6852 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 2 Aug 2020 18:31:32 -0500 Subject: [PATCH] HoverCard: Fix hover flickering issues --- app/styles/components/profile_hover_card.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/styles/components/profile_hover_card.scss b/app/styles/components/profile_hover_card.scss index ab4481bc4..985b89ce1 100644 --- a/app/styles/components/profile_hover_card.scss +++ b/app/styles/components/profile_hover_card.scss @@ -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 {