Mobius1 / Pageable

Create full page scrolling web pages. No jQuery.
372 stars 58 forks source link

Free Scroll inside container with overflow-y scroll #29

Open ghost opened 4 years ago

ghost commented 4 years ago

Not sure where to ask this. Scrolling inside container doesn't freescroll. Scrolling anywhere on container executes pageable full page scroll animation. I realize that is by design, but is there anyway to set freescroll to true when scrolling inside a container on the page that has overflow-y set to scroll?

<section>
  *scroll here full page scroll
  <div class="overflow-y-scroll">
       A container with overflowed content meant to have default scroll or touch drag behavior
   </div>
</section>
*scroll here full page scroll
<section>
*scroll here full page scroll
</section

Any help with this would be appreciated.

Dudaevskiy commented 3 years ago

+1

sefacndmr01 commented 2 years ago

+1