소스 검색

[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%;
   left: 0;
   opacity: .5;
-  position: fixed;
+  position: absolute;
   width: 100%;
   top:0;
   z-index: 10000;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.