From 4d37e11ce94644858ad5725a3fc7d981526514e2 Mon Sep 17 00:00:00 2001
From: Sergej-Vlasov <37613182+Sergej-Vlasov@users.noreply.github.com>
Date: Thu, 2 May 2024 15:07:13 +0300
Subject: [PATCH] DashboardScene: Remove min height on viz picker scroll
container (#87172)
removed min height prop
---
.../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 && (
)}