mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-22 17:54:40 -05:00
8 lines
352 B
HTML
8 lines
352 B
HTML
<div [class.pe-none]="fileIsOver">
|
|
<ng-content select="[content]"></ng-content>
|
|
</div>
|
|
|
|
<div class="global-dropzone-overlay position-fixed top-0 start-0 bottom-0 end-0 text-center pe-none" [class.active]="fileIsOver && !hidden">
|
|
<h2 class="pe-none position-absolute top-50 start-50 translate-middle" i18n>Drop files to begin upload</h2>
|
|
</div>
|