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

Add min-height to allow scroll drawer content on Safari
This commit is contained in:
Alex Simonok 2023-08-14 15:03:31 +03:00 committed by GitHub
parent 0f402347aa
commit 140624603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,6 +166,7 @@ const getStyles = (theme: GrafanaTheme2) => {
flexDirection: 'column',
height: '100%',
flex: '1 1 0',
minHeight: '100%',
}),
drawer: css({
'.main-view &': {