mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
AppChrome: Fix scrollbar issue for small (mobile) breakpoint (#67058)
This commit is contained in:
@@ -109,6 +109,7 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
pageContainer: css({
|
||||
label: 'page-container',
|
||||
flexGrow: 1,
|
||||
minHeight: 0,
|
||||
}),
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user