diff --git a/public/app/core/components/AppChrome/AppChrome.tsx b/public/app/core/components/AppChrome/AppChrome.tsx index b73009538a6..dc5d59cd069 100644 --- a/public/app/core/components/AppChrome/AppChrome.tsx +++ b/public/app/core/components/AppChrome/AppChrome.tsx @@ -163,6 +163,7 @@ const getStyles = (theme: GrafanaTheme2) => { flexGrow: 1, minHeight: 0, minWidth: 0, + overflow: 'auto', }), skipLink: css({ position: 'absolute',