瀏覽代碼

[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;

部分文件因文件數量過多而無法顯示