slick.js drag not working with fullpage.js scrollOverflow: true

407 views Asked by At

I am building a site using fullpage.js with scrollOverflow option set to true and implementing a slick.js in a section which is longer than the viewport height.

The left click drag does not work on slick.js when the IScroll is initialized. It should be noted that right click and middle click (mouse) drag works fine, so I'm presuming the event is either stopped from propagating or something similar.

It works fine when the section in question is smaller than the viewport height.

Any ideas?

0

There are 0 answers