Scrolling issue
-
A visitor reported a bub about scrolling due to the plugin along with a potential fix:
The urvanov syntax highlighting creates a scrollable div 1px smaller than its content, so every single source on the page grabs the mouse scroll, preventing the page from scrolling naturally until you allow the page to come to a complete stop, scroll it down 1px, wait a couple seconds, then you’re allowed to scroll again.
To avoid this papercut, visitors can move their mouse left or right of the syntax highlighter boxes…
Of course I forget to do that every single time I visit, so instead I wrote a fix for cnx-software in Stylish extension…/* 1px error lock page when scrolling */ [id^=”urvanov-syntax-highlighter”]>*{overflow-y:hidden!important}
The page I need help with: [log in to see the link]
- The topic ‘Scrolling issue’ is closed to new replies.