allow swiping left and right if modal height is beyond viewport / scrollable? #102
Unanswered
steverethink
asked this question in
Q&A
Replies: 1 comment
-
Hi, Sorry about the late replay. I've been thinking about it and I couldn't quickly make it work well. I've also thought about rewriting the Panzoom component to make it work for scrollable content. I will keep in mind your feature request, but I can not promise any ETA. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i seem to recall this was an issue in previous fancybox's but was rectified at some point.
i'm currently putting an 'overflow:auto' on the .fancy__slide class so the modal window just expands past the viewport height and allow it to be scrollable up and down.
this seems to disable swiping left and right on mobile though.
i know both actions shouldn't really be mixed, but is there a quick way around this limitation?
Beta Was this translation helpful? Give feedback.
All reactions