From b630e6d6abcb3ed38daf5298119747d21d85b1de Mon Sep 17 00:00:00 2001
From: "grafana-delivery-bot[bot]"
<132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
Date: Thu, 2 May 2024 15:26:52 +0300
Subject: [PATCH] [v11.0.x] DashboardScene: Remove min height on viz picker
scroll container (#87227)
DashboardScene: Remove min height on viz picker scroll container (#87172)
removed min height prop
(cherry picked from commit 4d37e11ce94644858ad5725a3fc7d981526514e2)
Co-authored-by: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com>
---
.../features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx b/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx
index 4338c159725..eb376b7483a 100644
--- a/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx
+++ b/public/app/features/dashboard-scene/panel-edit/PanelVizTypePicker.tsx
@@ -73,7 +73,7 @@ export function PanelVizTypePicker({ vizManager, data, onChange }: Props) {
-
+
{listMode === VisualizationSelectPaneTab.Visualizations && (
)}