mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
BarGauge: Fixed scrollbar showing for bar gague in Firefox (#27784)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user