浏览代码

[editor] making absolue area for drag and drop of sql file in editor

ayush.goyal 4 年之前
父节点
当前提交
e09346326c

文件差异内容过多而无法显示
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/editor2.css


文件差异内容过多而无法显示
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css


+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/less/editor2.less

@@ -1062,7 +1062,7 @@
     height: 100%;
     left: 0;
     opacity: .5;
-    position: fixed;
+    position: absolute;
     width: 100%;
     top:0;
     z-index: 10000;

+ 1 - 1
desktop/libs/notebook/src/notebook/static/notebook/less/notebook.less

@@ -806,7 +806,7 @@
     height: 100%;
     left: 0;
     opacity: .5;
-    position: fixed;
+    position: absolute;
     width: 100%;
     top:0;
     z-index: 10000;

部分文件因为文件数量过多而无法显示