From 02dd5a6f0e2dcbef8b7d8ed4035b011ee42a1211 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 26 May 2021 11:12:20 +0100 Subject: [PATCH] VisualisationPicker: allow scrolling in Safari (#34717) (#34721) (cherry picked from commit bcc7bd9dd399977923b5851f7e07cdfb7857cf60) Co-authored-by: Jack Westbrook --- .../components/PanelEditor/VisualizationSelectPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx b/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx index 6bdbef91b4a..c5c46a2e266 100644 --- a/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx +++ b/public/app/features/dashboard/components/PanelEditor/VisualizationSelectPane.tsx @@ -162,7 +162,7 @@ const getStyles = (theme: GrafanaTheme) => { openWrapper: css` display: flex; flex-direction: column; - flex: 1 1 0; + flex: 1 1 100%; height: 100%; background: ${theme.colors.bg1}; border: 1px solid ${theme.colors.border1};