Inline plugin - unable to scroll the page with mouse wheel in desktop Safari #255
Answered
by
igordanchenko
Andr3wTayl0r
asked this question in
Q&A
-
When I hover over an inline Lightbox in desktop Safari (17.3.1) I am unable to scroll the page down - but move the pointer to somewhere other than the Lightbox and scrolling works. This looks like a Safari issue as Chrome does not have this problem. Try doing that here: https://yet-another-react-lightbox.com/plugins/inline Any ideas as to a fix or work-around? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Mar 29, 2024
Replies: 1 comment 4 replies
-
Are you using a mouse by any chance? I'm unable to reproduce the issue with a trackpad (Safari 17.4.1) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow, this is quite a peculiar quirk in Safari. The bug reproduces only when all of the following conditions are met:
overflow: hidden
overscroll-behavior: contain
I highly doubt it's reasonable to file this bug with WebKit, as it may take a decade for someone to investigate it.
Anyway, I'll update the Inline plugin and set
overscroll-behavior-y
toauto
. It should address the issue. I'll release the fix later today.