diff --git a/packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx b/packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx index fdc126aa7d3..193bc60e46f 100644 --- a/packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx +++ b/packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx @@ -152,7 +152,7 @@ export class VizRepeater extends PureComponent, State> const repeaterStyle: React.CSSProperties = { display: 'flex', - overflow: minVizHeight ? 'hidden scroll' : 'visible', + overflow: minVizHeight ? 'hidden auto' : 'hidden', }; let vizHeight = height;