Compare commits

..

3 Commits

Author SHA1 Message Date
f76b305a97
Merge pull request #4 from Klectr/2-bug-context-menu-zindex-issue
(bug): add zindex to context menu
2024-04-01 23:06:51 -05:00
f220e23067
(bug): add zindex to context menu
issue #2
2024-04-01 23:06:12 -05:00
b4336a74b2
Merge pull request #3 from Klectr/1-bug-type-errors-causing-build-failure
(bug): fix type errors causing build failure
2024-04-01 23:02:17 -05:00

View File

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