mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
[sql-lab] fix scrolling in left hand panel for table meta data (#2641)
* fix scrolling in left hand panel for table meta data * add height prop * this prop is not used
This commit is contained in:
@@ -194,7 +194,7 @@ class SqlEditor extends React.PureComponent {
|
||||
>
|
||||
<Col md={3}>
|
||||
<SqlEditorLeftBar
|
||||
style={{ height: this.props.height }}
|
||||
height={this.sqlEditorHeight()}
|
||||
queryEditor={this.props.queryEditor}
|
||||
tables={this.props.tables}
|
||||
actions={this.props.actions}
|
||||
|
||||
Reference in New Issue
Block a user