-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
Description
Hi!
First of all, thanks for this awesome plugin!
I've implemented waypoint.js which works good in most cases but when scrollOverflow is set to true I run into problem. Since I have content that is larger than the viewport I need to have the content scrollable. The problem is that no waypoints are getting triggered in a scrollOverflow container by some reason. waypoint.js is supposed to work with containers with overflow:auto as far as I can see over here: http://imakewebthings.com/waypoints/guides/jquery-zepto.
Is there a solution to this?