contextmenu z-index 수정

This commit is contained in:
김민식 2025-03-13 17:58:32 +09:00
parent 48c6db7c8b
commit 77f6665e09

View File

@ -113,7 +113,7 @@ export default function QContextMenu(props) {
return (
<>
{contextMenu.visible && (
<div className="context-menu-wrap" style={{ position: 'fixed', top: contextMenu.y, left: contextMenu.x, zIndex: 2000 }}>
<div className="context-menu-wrap" style={{ position: 'fixed', top: contextMenu.y, left: contextMenu.x }}>
{/*<ul>*/}
{/*<li style={{ padding: '8px 12px', cursor: 'pointer' }} onClick={() => handleObjectMove()}>*/}
{/* 이동*/}