AppChrome: Fix scrollbar issue for small (mobile) breakpoint (#67058)

This commit is contained in:
Torkel Ödegaard
2023-04-24 10:52:12 +02:00
committed by GitHub
parent 94cf94ff68
commit af9bf81102
@@ -109,6 +109,7 @@ const getStyles = (theme: GrafanaTheme2) => {
pageContainer: css({
label: 'page-container',
flexGrow: 1,
minHeight: 0,
}),
};
};