Skip to content

Commit

Permalink
fix pdf-viewer sizing
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
szaimen authored and nextcloud-command committed Nov 3, 2023
1 parent cb99284 commit a9c11bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/files_pdfviewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/files_pdfviewer-main.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/views/PDFView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ iframe {
width: 100%;
height: calc(100vh - var(--header-height));
margin-top: var(--header-height);
position: absolute;
}
</style>

0 comments on commit a9c11bc

Please sign in to comment.