(bug): add zindex to context menu

issue #2
This commit is contained in:
Triston Armstrong 2024-04-01 23:06:12 -05:00
parent b4336a74b2
commit f220e23067
No known key found for this signature in database
GPG Key ID: FADE6AC6F956FC52

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 />