Skip to content

Commit

Permalink
Merge pull request #845 from nextcloud/enh/843/fix-sizing
Browse files Browse the repository at this point in the history
fix pdf-viewer sizing
  • Loading branch information
szaimen authored Nov 3, 2023
2 parents cb99284 + a9c11bc commit 2af477c
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 2af477c

Please sign in to comment.