Commit 193565ca by Torkel Ödegaard Committed by GitHub

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

parent 0bb8b328
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment