Update clickable regions for context menus

This commit is contained in:
trevor-signal 2023-05-23 12:39:34 -04:00 committed by GitHub
parent 718832a47c
commit 39e6d74b3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7379,6 +7379,7 @@ button.module-image__border-overlay:focus {
opacity: 1; opacity: 1;
visibility: visible; visibility: visible;
z-index: $z-index-context-menu; z-index: $z-index-context-menu;
-webkit-app-region: no-drag;
} }
.react-contextmenu-item { .react-contextmenu-item {