mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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:
@@ -64,9 +64,7 @@ class SouthPane extends React.PureComponent {
|
||||
title="Results"
|
||||
eventKey="Results"
|
||||
>
|
||||
<div style={{ overflow: 'auto' }}>
|
||||
{results}
|
||||
</div>
|
||||
{results}
|
||||
</Tab>
|
||||
<Tab
|
||||
title="Query History"
|
||||
|
||||
Reference in New Issue
Block a user