When viewing a PDF at certain zoom levels, scrolling behavior intermittently responds in the wrong direction. The issue affects both trackpad/mouse scrolling and keyboard arrow navigation. The behavior feels inconsistent and disorienting.
Steps to Reproduce
Actual Results
Expected Results
Scrolling direction should consistently match user input regardless of zoom level.
Configuration
Additional Information
The issue appears to be triggered specifically after zooming in. It does not consistently occur at default zoom levels. The problem affects usability due to the unpredictable scrolling direction.
If you cannot reproduce the behavior, I can provide a screencast demonstrating the issue. I believe the problem first appeared after the most recent update.
Addtional Information: It does also happen if the app is in fullscreen mode.
Last edit: dominik 2026-02-27
This is a duplicate of bug # 1591. When you always show the scrollbars (in your system preferences) and the horizontal scroll bar is visible (which will happen when you zoom in), the pdf content is scrolled upwards by the width of that scrollbar on various events (such as scrolling actions, but also mouse actions). Unfortunately as the bug must be in the system frameworks (as our code is not involved at this point), there is nothing we can do about this.
You can work around this bug by turning off always showing the scrollbars. This can be done by a hidden preference for Skim alone. See the bug 1591 comments or the Wiki for details on this hidden preference.
Thank you for the fast response. Itβs a shame that Apple cannot fix their framework. But you fix helps! :)