contextmenu z-index 수정
This commit is contained in:
parent
48c6db7c8b
commit
77f6665e09
@ -113,7 +113,7 @@ export default function QContextMenu(props) {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{contextMenu.visible && (
|
{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>*/}
|
{/*<ul>*/}
|
||||||
{/*<li style={{ padding: '8px 12px', cursor: 'pointer' }} onClick={() => handleObjectMove()}>*/}
|
{/*<li style={{ padding: '8px 12px', cursor: 'pointer' }} onClick={() => handleObjectMove()}>*/}
|
||||||
{/* 이동*/}
|
{/* 이동*/}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user