liwenyip / hugo-easy-gallery

Automagical css image gallery in Hugo using shortcodes, with optional lightbox/carousel gadget using PhotoSwipe and jQuery.
MIT License
573 stars 111 forks source link

Weird scrolling incompatibility with OverlayScrollbars #71

Open Darthagnon opened 2 years ago

Darthagnon commented 2 years ago

As outlined here: https://github.com/KingSora/OverlayScrollbars/issues/432, Hugo Easy Gallery (even my updated fork with all current PRs merged) resets scroll position on the page after viewing an image, if used while OverlayScrollbars is enabled.

Example site

Darthagnon commented 2 years ago

I suspect the PhotoSwipe loader uses some sort of weird workaround, as I notice it scrolls to the top of the page to display things, before scrolling back down (when using regular system scrollbars)