mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix scrolling issue after selecting a metric with a lot of labels (#90195)
remove minHeight
This commit is contained in:
@@ -272,7 +272,6 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
flexGrow: 1,
|
||||
display: 'flex',
|
||||
gap: theme.spacing(1),
|
||||
minHeight: '100%',
|
||||
flexDirection: 'column',
|
||||
background: theme.isLight ? theme.colors.background.primary : theme.colors.background.canvas,
|
||||
padding: theme.spacing(2, 3, 2, 3),
|
||||
|
||||
Reference in New Issue
Block a user