</ng-template>
</ng-container>
<ng-container *ngIf="getContentType() === 'text/plain'">
- <object [data]="previewUrl | safeUrl" type="text/plain" class="preview-sticky bg-white" width="100%"></object>
+ <object [data]="previewUrl | safeUrl" type="text/plain" class="preview-sticky bg-light overflow-auto" width="100%"></object>
</ng-container>
<div *ngIf="requiresPassword" class="password-prompt">
<form>
</ng-template>
</ng-container>
<ng-container *ngIf="renderAsPlainText">
- <div [innerText]="previewText" class="preview-sticky bg-light p-3" width="100%"></div>
+ <div [innerText]="previewText" class="preview-sticky bg-light p-3 overflow-auto" width="100%"></div>
</ng-container>
<div *ngIf="requiresPassword" class="password-prompt">
<form>