Hi, is there any reasons to have scrollbar hidden in vega view container ?
Related to https://github.com/elastic/kibana/blob/master/src/core_plugins/vega/public/_vega_vis.scss#L17.
When using row/column layout it is hard to know how many blocks will be created and the scroll bar may be needed. Other visualization like data table have scrollbar when needed. I would switch this property to overflow:auto
?
Thanks.
Francois