From e56b01975cbc97dc797388746c4e541312dbb4e3 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:13:09 +0300 Subject: [PATCH] [v10.1.x] Drawer: Fix scrolling drawer content on Safari (#73229) Drawer: Fix scrolling drawer content on Safari (#73080) Add min-height to allow scroll drawer content on Safari (cherry picked from commit 140624603f6ef689a9af2fd026841175eff55cf0) Co-authored-by: Alex Simonok --- packages/grafana-ui/src/components/Drawer/Drawer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/Drawer/Drawer.tsx b/packages/grafana-ui/src/components/Drawer/Drawer.tsx index 265fff11e97..ea2f7394bf2 100644 --- a/packages/grafana-ui/src/components/Drawer/Drawer.tsx +++ b/packages/grafana-ui/src/components/Drawer/Drawer.tsx @@ -166,6 +166,7 @@ const getStyles = (theme: GrafanaTheme2) => { flexDirection: 'column', height: '100%', flex: '1 1 0', + minHeight: '100%', }), drawer: css({ '.main-view &': {