VisualisationPicker: allow scrolling in Safari (#34717) (#34721)

(cherry picked from commit bcc7bd9dd3)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-26 12:12:20 +02:00
committed by GitHub
co-authored by Jack Westbrook
parent ea84eb499a
commit 02dd5a6f0e
@@ -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};