1

I'm currently using the onepage-scroll plug-in to create a kind of slideshow / onepager. But within the page I also have a part of content through which I would like visitor be able to scroll (as the div overflows the screen).

Is is possible to have this combined with the onepage-scroll plug-in? As now, when you try to scroll through the div, you move to the next "slide"

Example: https://imrafaelhi.nl/

1 Answers1

0

Please use scroll event on specific div not with the window. Thus you can disable the scroll event on specific divs by using CSS.

pointer-events:none;
Rameez Iqbal
  • 507
  • 1
  • 5
  • 24