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}