You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/06/09 23:05:54 UTC

[incubator-superset] branch master updated: Fixed SQL Lab Query Search scrolling issue(#7526) (#7674)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 514c308  Fixed SQL Lab Query Search scrolling issue(#7526) (#7674)
514c308 is described below

commit 514c308bcfd09de09063122e9cb2bfc9debfb964
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Sun Jun 9 16:05:43 2019 -0700

    Fixed SQL Lab Query Search scrolling issue(#7526) (#7674)
---
 superset/assets/src/SqlLab/main.less | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/superset/assets/src/SqlLab/main.less b/superset/assets/src/SqlLab/main.less
index c7be8fb..98759ca 100644
--- a/superset/assets/src/SqlLab/main.less
+++ b/superset/assets/src/SqlLab/main.less
@@ -204,6 +204,10 @@ div.Workspace {
     .SouthPane {
         height: 100%;
     }
+
+    .scrollbar-container {
+      overflow: auto;
+    }
 }
 
 .SqlEditorTabs li {