Merge pull request #4 from Klectr/2-bug-context-menu-zindex-issue
(bug): add zindex to context menu
This commit is contained in:
commit
f76b305a97
@ -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 />
|
||||||
|
Loading…
Reference in New Issue
Block a user