Annotation Editor Layer doesnt rendering in correct sizes #18142
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
@Snuffleupagus why do you converting to discussion? I added whole information that you need it |
Beta Was this translation helpful? Give feedback.
-
Because this unfortunately appears to be an issue in your application, rather than in the PDF.js library itself. |
Beta Was this translation helpful? Give feedback.
-
I've had a similar issue in my app, I've fixed it mostly by removing css borders . For example in my case a substantial change can be seen by removing the page border: |
Beta Was this translation helpful? Give feedback.
-
@ademyalcin27 The problem is that you are setting |
Beta Was this translation helpful? Give feedback.
@ademyalcin27 The problem is that you are setting
box-sizing: border-box
on the.page
div