From eb223a6645a4384296e02e95bbe7249aa322291f Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 2 Nov 2021 15:21:11 +0000 Subject: [PATCH] LibraryPanels: Ensure the list can be fully scrolled when adding a library panel (#41196) --- .../components/LibraryPanelsSearch/LibraryPanelsSearch.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx b/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx index 0f2b1087640..fa38ae16c24 100644 --- a/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx +++ b/public/app/features/library-panels/components/LibraryPanelsSearch/LibraryPanelsSearch.tsx @@ -131,7 +131,6 @@ function getStyles(theme: GrafanaTheme2) { width: 100%; overflow-y: auto; padding: ${theme.spacing(1)}; - min-height: 400px; `, buttonRow: css` display: flex;