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 Nov 1, 2023
1 parent c5c920d commit 826ee23
Showing 1 changed file with 1 addition and 0 deletions.
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 826ee23

Please sign in to comment.