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 <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Oct 26, 2023
1 parent c5c920d commit 6da497e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/PDFView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ export default {
<style lang="scss" scoped>
iframe {
width: 100%;
height: calc(100vh - var(--header-height));
margin-top: var(--header-height);
height: 100%;
position: relative;
}
</style>

0 comments on commit 6da497e

Please sign in to comment.