Skip to content

Commit

Permalink
Fix scaling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Nov 29, 2024
1 parent a44cb92 commit e139695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/pdf-viewer/pdf-viewer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,10 @@
overflow: hidden;
}

.pdfViewer .canvasWrapper canvas {
width: 100%;
}

.pdfViewer .page {
direction: ltr;
width: 816px;
Expand Down

0 comments on commit e139695

Please sign in to comment.