(bug): add zindex to context menu #4

Merged
tristonarmstrong merged 1 commits from 2-bug-context-menu-zindex-issue into main 2024-04-02 04:06:51 +00:00
Showing only changes of commit f220e23067 - Show all commits

View File

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