diff --git a/public/app/core/components/AppChrome/AppChrome.tsx b/public/app/core/components/AppChrome/AppChrome.tsx index 2ab7cc8ad84..f140eaa06a9 100644 --- a/public/app/core/components/AppChrome/AppChrome.tsx +++ b/public/app/core/components/AppChrome/AppChrome.tsx @@ -109,6 +109,7 @@ const getStyles = (theme: GrafanaTheme2) => { pageContainer: css({ label: 'page-container', flexGrow: 1, + minHeight: 0, }), }; };