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]>
  • Loading branch information
szaimen committed Nov 3, 2023
1 parent cb99284 commit 9fd49e2
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 9fd49e2

Please sign in to comment.