mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
BarGauge: Fixed scrollbar showing for bar gague in Firefox (#27784)
This commit is contained in:
parent
0bb8b32821
commit
193565ca26
@ -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…
Reference in New Issue
Block a user