We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When zooming in on a pdf/page, everything above the point of zooming becomes unavaliable
To Reproduce This issue can be reproduced in this demo: https://codesandbox.io/p/sandbox/displaying-pdf-using-react-forked-vdf2p9
Zooming into the bottom om a PDF/page results in only being able to scroll down.
Expected behavior I want to be able to zoom in to the bottom of the pdf/page and still scroll the entire way up
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The demo has an entire different build, however i have the same behaviour on my project using the following:
"react": "19.0.0", "pdfjs-dist": "4.10.38", "react-zoom-pan-pinch": "3.6.1",
Additional context It is possible to drag the pdf/page in to view, but not scroll
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When zooming in on a pdf/page, everything above the point of zooming becomes unavaliable
To Reproduce
This issue can be reproduced in this demo:
https://codesandbox.io/p/sandbox/displaying-pdf-using-react-forked-vdf2p9
Zooming into the bottom om a PDF/page results in only being able to scroll down.
Expected behavior
I want to be able to zoom in to the bottom of the pdf/page and still scroll the entire way up
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The demo has an entire different build, however i have the same behaviour on my project using the following:
"react": "19.0.0",
"pdfjs-dist": "4.10.38",
"react-zoom-pan-pinch": "3.6.1",
Additional context
It is possible to drag the pdf/page in to view, but not scroll
The text was updated successfully, but these errors were encountered: