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]>
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
szaimen authored and backportbot[bot] committed Jul 13, 2021
1 parent 87193fd commit d447723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/PDFView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export default {
<style lang="scss" scoped>
iframe {
width: 100%;
height: 100%;
top: 50px;
position: absolute;
height: calc(100vh - 50px);
}
</style>

0 comments on commit d447723

Please sign in to comment.