Drawer: Fix scrolling drawer content on Safari (#73080)

Add min-height to allow scroll drawer content on Safari
pull/73222/head^2
Alex Simonok 2 years ago committed by GitHub
parent 0f402347aa
commit 140624603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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 &': {

Loading…
Cancel
Save