mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
VisualisationPicker: allow scrolling in Safari (#34717)
This commit is contained in:
parent
b7ea66b00d
commit
bcc7bd9dd3
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user