HoverCard: Fix hover flickering issues
This commit is contained in:
parent
abd13e8fa5
commit
6c205deaf0
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-hover-card {
|
.profile-hover-card {
|
||||||
@include standard-panel;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -18,7 +17,7 @@
|
||||||
width: 265px;
|
width: 265px;
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
top: 70px;
|
padding-top: 20px;
|
||||||
|
|
||||||
&--visible {
|
&--visible {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -31,7 +30,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-hover-card__container {
|
.profile-hover-card__container {
|
||||||
|
@include standard-panel;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-hover-card__action-button {
|
.profile-hover-card__action-button {
|
||||||
|
|
Loading…
Reference in a new issue