Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.51k forks source link

Scrolling oveflow content inside fixed frames on mobile devices #836

Open Honza-B opened 7 years ago

Honza-B commented 7 years ago

Hi,

I have problem with scrolling overflows inside skrollr frame on mobiles (touch). I'm not allowed to show code/preview so for better imagination I've made this "diagram" https://img42.com/g03L7+, where blue is fixed-position frame with "data-0...." which has inside red container with "overflow-y: auto" that should able showing gray content inside container.

BUT! on dragging screen above container are scrolling frames! Is there any solution how to use scrolled divs inside parallax frames on mobile?

Thanks for advices