You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: