From f73229eeebcb6381832a8c247a73afd2506f0b61 Mon Sep 17 00:00:00 2001 From: dohyeons Date: Mon, 13 Oct 2025 17:09:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BA=94=EB=B2=84=EC=8A=A4=20=ED=95=98?= =?UTF-8?q?=EB=8B=A8=EC=97=90=EB=8F=84=20=EA=B7=B8=EB=A6=AC=EB=93=9C=20?= =?UTF-8?q?=EB=B3=B4=EC=9D=B4=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/admin/dashboard/DashboardCanvas.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/components/admin/dashboard/DashboardCanvas.tsx b/frontend/components/admin/dashboard/DashboardCanvas.tsx index 7f73cc1e..dcdcaa8f 100644 --- a/frontend/components/admin/dashboard/DashboardCanvas.tsx +++ b/frontend/components/admin/dashboard/DashboardCanvas.tsx @@ -122,7 +122,7 @@ export const DashboardCanvas = forwardRef( return (
( `, backgroundSize: gridSize, backgroundPosition: "0 0", + backgroundRepeat: "repeat", }} onDragOver={handleDragOver} onDragLeave={handleDragLeave}