Ver código fonte

AMBARI-20660. HiveView2.0 scrolling in query tab does not work properly for a longer query (pallavkul)

pallavkul 8 anos atrás
pai
commit
c924df6066

+ 4 - 0
contrib/views/hive20/src/main/resources/ui/app/styles/app.scss

@@ -973,3 +973,7 @@ rect.operator__box {
   bottom:10px;
   bottom:10px;
   right:-15px;
   right:-15px;
 }
 }
+
+.CodeMirror-scroll {
+  padding-bottom: 20px;
+}