瀏覽代碼

[filebrowser] making drag and drop area absolute because we cannot drop a file in left assit going through fb

ayush.goyal 4 年之前
父節點
當前提交
f8e15dc921

文件差異過大導致無法顯示
+ 0 - 0
apps/filebrowser/src/filebrowser/static/filebrowser/css/listdir_components.css


+ 1 - 1
apps/filebrowser/src/filebrowser/static/filebrowser/less/listdir_components.less

@@ -156,7 +156,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;

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