Chore: Fix scrolling issue after selecting a metric with a lot of labels (#90195)

remove minHeight
This commit is contained in:
ismail simsek
2024-07-09 13:32:32 +02:00
committed by GitHub
parent b7910ade97
commit 7f020dce05

View File

@@ -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),