mirror of
https://github.com/apache/superset.git
synced 2026-04-11 20:37:16 +00:00
[sql-lab] make results table scroll in static container (#2426)
* only scroll result set horizontally * only scroll results table, keep rest of ui static * use hard coded values * fix linting
This commit is contained in:
@@ -114,10 +114,9 @@ class AceEditorWrapper extends React.PureComponent {
|
||||
theme="github"
|
||||
onLoad={this.onEditorLoad.bind(this)}
|
||||
onBlur={this.onBlur.bind(this)}
|
||||
minLines={8}
|
||||
maxLines={30}
|
||||
minLines={12}
|
||||
maxLines={12}
|
||||
onChange={this.textChange.bind(this)}
|
||||
height="200px"
|
||||
width="100%"
|
||||
editorProps={{ $blockScrolling: true }}
|
||||
enableLiveAutocompletion
|
||||
|
||||
Reference in New Issue
Block a user