mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fix double scrollbar, I think
This commit is contained in:
		@@ -53,9 +53,7 @@
 | 
			
		||||
            </a>
 | 
			
		||||
            <ng-template #previewContent>
 | 
			
		||||
              <ng-container *ngIf="getContentType() == 'application/pdf'">
 | 
			
		||||
                  <div class="preview">
 | 
			
		||||
                    <object [data]="previewUrl | safe" class="preview" width="100%"></object>
 | 
			
		||||
                  </div>
 | 
			
		||||
                <object [data]="previewUrl | safe" class="preview" width="100%"></object>
 | 
			
		||||
              </ng-container>
 | 
			
		||||
              <ng-container *ngIf="getContentType() == 'text/plain'">
 | 
			
		||||
                  <object [data]="previewUrl | safe" type="text/plain" class="preview" width="100%"></object>
 | 
			
		||||
 
 | 
			
		||||
@@ -47,9 +47,7 @@
 | 
			
		||||
          </a>
 | 
			
		||||
          <ng-template #previewContent>
 | 
			
		||||
            <ng-container *ngIf="getContentType() == 'application/pdf'">
 | 
			
		||||
                <div class="preview">
 | 
			
		||||
                  <object [data]="previewUrl | safe" class="preview" width="100%"></object>
 | 
			
		||||
                </div>
 | 
			
		||||
              <object [data]="previewUrl | safe" class="preview" width="100%"></object>
 | 
			
		||||
            </ng-container>
 | 
			
		||||
            <ng-container *ngIf="getContentType() == 'text/plain'">
 | 
			
		||||
                <object [data]="previewUrl | safe" type="text/plain" class="preview" width="100%"></object>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user