VisualisationPicker: allow scrolling in Safari (#34717)

This commit is contained in:
Jack Westbrook 2021-05-26 11:45:50 +02:00 committed by GitHub
parent b7ea66b00d
commit bcc7bd9dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};