Merge pull request #4 from Klectr/2-bug-context-menu-zindex-issue

(bug): add zindex to context menu
This commit is contained in:
Triston Armstrong 2024-04-01 23:06:51 -05:00 committed by GitHub
commit f76b305a97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ export function ContextMenu() {
transform: `translate(${click.x}px, ${click.y}px)`, transform: `translate(${click.x}px, ${click.y}px)`,
transition: "all .15s", transition: "all .15s",
opacity, opacity,
zIndex: "99999"
}} }}
> >
<ContextMenuDisplay /> <ContextMenuDisplay />