Browse Source

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

ayush.goyal 4 years ago
parent
commit
e09346326c

File diff suppressed because it is too large
+ 0 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/editor2.css


File diff suppressed because it is too large
+ 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%;
     height: 100%;
     left: 0;
     left: 0;
     opacity: .5;
     opacity: .5;
-    position: fixed;
+    position: absolute;
     width: 100%;
     width: 100%;
     top:0;
     top:0;
     z-index: 10000;
     z-index: 10000;

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

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

Some files were not shown because too many files changed in this diff