From 20f17d72c3017d46d6a18b35f7384c211154b7ef Mon Sep 17 00:00:00 2001 From: "Marc M." <146180665+grafakus@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:05:56 +0100 Subject: [PATCH] DynamicDashboards: Add background (#115273) --- .../dashboard-scene/scene/layout-rows/RowItemRenderer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx b/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx index 8d74ff46e3c..027e6f69323 100644 --- a/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx +++ b/public/app/features/dashboard-scene/scene/layout-rows/RowItemRenderer.tsx @@ -238,6 +238,7 @@ function getStyles(theme: GrafanaTheme2) { }), dragging: css({ cursor: 'move', + backgroundColor: theme.colors.background.canvas, }), wrapperGrow: css({ flexGrow: 1,