diff --git a/superset/assets/javascripts/explorev2/components/ChartContainer.jsx b/superset/assets/javascripts/explorev2/components/ChartContainer.jsx index 30ad90910388..afef84dda1b0 100644 --- a/superset/assets/javascripts/explorev2/components/ChartContainer.jsx +++ b/superset/assets/javascripts/explorev2/components/ChartContainer.jsx @@ -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', }} /> diff --git a/superset/assets/javascripts/explorev2/components/ControlPanelsContainer.jsx b/superset/assets/javascripts/explorev2/components/ControlPanelsContainer.jsx index fc9444943e86..8b86791dd664 100644 --- a/superset/assets/javascripts/explorev2/components/ControlPanelsContainer.jsx +++ b/superset/assets/javascripts/explorev2/components/ControlPanelsContainer.jsx @@ -61,56 +61,52 @@ class ControlPanelsContainer extends React.Component { render() { return ( - - {this.props.alert && - - {this.props.alert} - - - } - {!this.props.isDatasourceMetaLoading && -
-
- {this.sectionsToRender().map((section) => ( - - {section.fieldSetRows.map((fieldSets, i) => ( - - ))} - +
+ + {this.props.alert && + + {this.props.alert} + + + } + {!this.props.isDatasourceMetaLoading && this.sectionsToRender().map((section) => ( + + {section.fieldSetRows.map((fieldSets, i) => ( + ))} - {this.filterSectionsToRender().map((section) => ( - - - - ))} -
-
- } - + + ))} + {this.filterSectionsToRender().map((section) => ( + + + + ))} + +
); } } diff --git a/superset/assets/javascripts/explorev2/main.css b/superset/assets/javascripts/explorev2/main.css index 4745c2c42d0b..d59b4acb79bc 100644 --- a/superset/assets/javascripts/explorev2/main.css +++ b/superset/assets/javascripts/explorev2/main.css @@ -11,9 +11,8 @@ left: 0px; right: 0px; bottom: 0px; - overflow: scroll; + overflow-y: auto; margin-right: 0px; - margin-bottom: 100px; } .fave-unfave-icon, .edit-desc-icon {