瀏覽代碼

fixed cdb style

Nicolas Cannasse 5 年之前
父節點
當前提交
6c35391772
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 3 0
      bin/cdb.css
  2. 1 0
      bin/cdb.less

+ 3 - 0
bin/cdb.css

@@ -285,6 +285,9 @@
   white-space: nowrap;
   overflow: hidden;
 }
+.cdb .cdb-sheet div.cdb-script {
+  position: relative;
+}
 .cdb .cdb-sheet div.cdb-script .codeeditor {
   min-width: 500px;
   min-height: 200px;

+ 1 - 0
bin/cdb.less

@@ -321,6 +321,7 @@
 		}
 
 		div.cdb-script {
+			position : relative;
 			.codeeditor {
 				min-width: 500px;
 				min-height: 200px;