From 035071814ebf37f5aa944e8c1e73e93ec3ab5c73 Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 22 Jun 2025 19:24:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=EB=AA=A8=EB=8B=AC?= =?UTF-8?q?=EC=97=90=20z-index=EC=B6=94=EA=B0=80,=20page.tsx=EC=97=90=20mi?= =?UTF-8?q?n-h-screen=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/dashboard/[id]/page.tsx | 2 +- .../dashboard_Id/Card/cardFormModals/CreateCardModal.tsx | 2 +- src/app/features/dashboard_Id/Card/cardModal/CardModal.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/dashboard/[id]/page.tsx b/src/app/dashboard/[id]/page.tsx index eb9b91d..e55e878 100644 --- a/src/app/dashboard/[id]/page.tsx +++ b/src/app/dashboard/[id]/page.tsx @@ -147,7 +147,7 @@ export default function DashboardID() { <>
+
{children}
diff --git a/src/app/features/dashboard_Id/Card/cardModal/CardModal.tsx b/src/app/features/dashboard_Id/Card/cardModal/CardModal.tsx index c494164..d1483b5 100644 --- a/src/app/features/dashboard_Id/Card/cardModal/CardModal.tsx +++ b/src/app/features/dashboard_Id/Card/cardModal/CardModal.tsx @@ -13,7 +13,7 @@ export default function CardModal({ children }: ModalProps) { if (!modalRoot) return null return createPortal( -
+
{children}
, modalRoot,