[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 140624603f)

Co-authored-by: Alex Simonok <sashasimonok@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-08-14 15:13:09 +03:00
committed by GitHub
co-authored by Alex Simonok
parent 24d0b54bb9
commit e56b01975c
@@ -166,6 +166,7 @@ const getStyles = (theme: GrafanaTheme2) => {
flexDirection: 'column',
height: '100%',
flex: '1 1 0',
minHeight: '100%',
}),
drawer: css({
'.main-view &': {