mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[explorev2] improving the scrolling/scrollbars placement (#1840)
This commit is contained in:
committed by
GitHub
parent
7a5bb94754
commit
007ee88d33
@@ -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',
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user