mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fixed dropzone layover issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div ng2FileDrop
|
||||
*ngIf="enableDragOverDocument"
|
||||
*ngIf="(isOverDocumentDropZone | async)"
|
||||
class="ds-document-drop-zone position-fixed h-100 w-100"
|
||||
[class.ds-document-drop-zone-active]="(isOverDocumentDropZone | async)"
|
||||
[uploader]="uploader"
|
||||
|
Reference in New Issue
Block a user