Skip to content

v1.2.2

Choose a tag to compare

@vitormattos vitormattos released this 23 Apr 00:57
· 3 commits to main since this release
7bd9e87

What's Changed

Bug Fixes

  • fix: enable horizontal scrolling on mobile devices (8a1dee1)
    • overflow-x: hiddenoverflow-x: auto on .pdf-elements-root
    • overflow: hiddenoverflow: visible on .pages-container
    • Added touch-action: pan-x pan-y for proper touch gesture handling
    • Added -webkit-overflow-scrolling: touch for smooth iOS scrolling

Fixes

Full Changelog: v1.2.1...v1.2.2