-
Attach (recommended) or Link to PDF file here: Configuration:
Steps to reproduce the problem: What is the expected behavior? (add screenshot)
I tried to add the class in .scroll-container {
display: flex;
overflow-x: scroll !important;
scroll-snap-type: x mandatory;
-webkit-scroll-snap-type: x mandatory;
scrollbar-width: none;
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
}
.scroll-container::-webkit-scrollbar {
display: none;
} What went wrong? (add screenshot) Link to a viewer (if hosted on a site other than mozilla.github.io/pdf.js or as Firefox/Chrome extension): |
Beta Was this translation helpful? Give feedback.
Answered by
catmans1
Mar 7, 2024
Replies: 1 comment
-
This problem will be handled inside css and javascript, not related to pdfjs lib |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
catmans1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This problem will be handled inside css and javascript, not related to pdfjs lib
I close this question