우클릭 메뉴 z-index 수정

This commit is contained in:
김창수 2025-03-13 10:33:36 +09:00
parent 145a4cbe84
commit c35a60ddc8
2 changed files with 3 additions and 2 deletions

View File

@ -80,10 +80,10 @@ export default function CanvasPage() {
<CanvasLayout menuValue={menuValue}/>
</div>
{/* 우클릭 context menu */}
{/* <CanvasContextMenu/> */}
<CanvasContextMenu/>
{/* 패널 배치 집계 */}
{/* <Penal01/> */}
<Penal01/>
{/* <Penal02/> */}
{/* <Penal03/> */}
{/* <Penal04/> */}

View File

@ -86,6 +86,7 @@
border: 1px solid #E9E9E9;
background: #FFF;
box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.05);
z-index: 110000;
ul{
padding: 17px 0;
border-bottom: 1px solid #E9E9E9;