diff --git a/packages/grafana-ui/src/themes/GlobalStyles/elements.ts b/packages/grafana-ui/src/themes/GlobalStyles/elements.ts index 6586dbb6e0d..58b63a8e1c1 100644 --- a/packages/grafana-ui/src/themes/GlobalStyles/elements.ts +++ b/packages/grafana-ui/src/themes/GlobalStyles/elements.ts @@ -35,7 +35,7 @@ export function getElementStyles(theme: GrafanaTheme2) { // Need type assertion here due to the use of !important // see https://github.com/frenic/csstype/issues/114#issuecomment-697201978 // eslint-disable-next-line @typescript-eslint/consistent-type-assertions - overflowY: 'scroll !important' as 'scroll', + overflowY: 'auto !important' as 'auto', paddingRight: '0 !important', '@media print': { overflow: 'visible',