Skip to content

Commit

Permalink
Fix pdfviewer design
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Jul 8, 2021
1 parent 8ceea61 commit 132df07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/PDFView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ export default {

<style lang="scss" scoped>
iframe {
width: 100%;
height: 100%;
width: 100%;
top: 50px;
position: absolute;
height: calc(100vh - 50px);
}
</style>

0 comments on commit 132df07

Please sign in to comment.