Fixes contextmenu hover glitch
This commit is contained in:
parent
9ff1c1e50d
commit
04aad09590
2 changed files with 9 additions and 5 deletions
|
@ -9175,6 +9175,7 @@ $contact-modal-padding: 18px;
|
|||
padding: 6px 0;
|
||||
opacity: 0;
|
||||
user-select: none;
|
||||
visibility: hidden;
|
||||
|
||||
@include light-theme {
|
||||
background-color: $color-white;
|
||||
|
@ -9185,8 +9186,9 @@ $contact-modal-padding: 18px;
|
|||
}
|
||||
|
||||
.react-contextmenu--visible {
|
||||
z-index: 1000;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.react-contextmenu-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue