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 <[email protected]>
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 {

Reply via email to