Skip to content

Commit 351abaa

Browse files
rootroot
authored andcommitted
Removing position-fixed bootstrap class so that navbar links are available again
1 parent 6657b46 commit 351abaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/upload/file-dropzone-no-uploader/file-dropzone-no-uploader.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<div ng2FileDrop
2-
class="ds-document-drop-zone position-fixed h-100 w-100"
2+
class="ds-document-drop-zone h-100 w-100"
33
[class.ds-document-drop-zone-active]="(isOverDocumentDropZone | async)"
44
[uploader]="uploader"
55
(onFileDrop)="setFile($event)"
66
(fileOver)="fileOverDocument($event)">
77
</div>
88
<div *ngIf="(isOverDocumentDropZone | async)"
9-
class="ds-document-drop-zone-inner position-fixed h-100 w-100 p-2">
9+
class="ds-document-drop-zone-inner h-100 w-100 p-2">
1010
<div
1111
class="ds-document-drop-zone-inner-content position-relative d-flex flex-column justify-content-center text-center h-100 w-100">
1212
<p class="text-primary">{{ dropMessageLabel | translate}}</p>

0 commit comments

Comments
 (0)