Skip to content

Commit

Permalink
set transform-origin preventing overflow and unnecessary scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ftaffelt committed Aug 19, 2024
1 parent 6124eff commit ffc8f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pdf-viewer/pdf-viewer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
-moz-text-size-adjust: none;
text-size-adjust: none;
forced-color-adjust: none;
transform-origin: 0 0;
}

.textLayer span,
Expand Down

0 comments on commit ffc8f27

Please sign in to comment.