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

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


The following commit(s) were added to refs/heads/master by this push:
     new f1acb2f  horizontal scroll (#14140)
f1acb2f is described below

commit f1acb2f974ea844aef7f447d675d48b33bc2a1ae
Author: AAfghahi <[email protected]>
AuthorDate: Wed Apr 14 19:31:13 2021 -0400

    horizontal scroll (#14140)
---
 superset-frontend/src/SqlLab/main.less | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/superset-frontend/src/SqlLab/main.less 
b/superset-frontend/src/SqlLab/main.less
index d262ef8..fa27eef 100644
--- a/superset-frontend/src/SqlLab/main.less
+++ b/superset-frontend/src/SqlLab/main.less
@@ -294,7 +294,8 @@ div.Workspace {
   .queryPane {
     flex: 1 1 auto;
     padding-left: 10px;
-    overflow: visible;
+    overflow-y: visible;
+    overflow-x: scroll;
   }
 
   .schemaPane-enter-done,

Reply via email to