[explorev2] improving the scrolling/scrollbars placement (#1840)

This commit is contained in:
Maxime Beauchemin
2016-12-16 08:06:40 -08:00
committed by GitHub
parent 7a5bb94754
commit 007ee88d33
3 changed files with 46 additions and 52 deletions

View File

@@ -196,7 +196,6 @@ class ChartContainer extends React.Component {
ref={(ref) => { this.chartContainerRef = ref; }}
className={this.props.viz_type}
style={{
overflowX: 'auto',
opacity: loading ? '0.25' : '1',
}}
/>