BarGauge: Fixed scrollbar showing for bar gague in Firefox (#27784)

pull/27798/head
Torkel Ödegaard 5 years ago committed by GitHub
parent 0bb8b32821
commit 193565ca26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/VizRepeater/VizRepeater.tsx

@ -152,7 +152,7 @@ export class VizRepeater<V, D = {}> extends PureComponent<Props<V, D>, State<V>>
const repeaterStyle: React.CSSProperties = {
display: 'flex',
overflow: minVizHeight ? 'hidden scroll' : 'visible',
overflow: minVizHeight ? 'hidden auto' : 'hidden',
};
let vizHeight = height;

Loading…
Cancel
Save