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
Feature Request Wouldn't it be perfect if we could set that param which won't allow scroll bubbling? (e.g. Facebook where the chat window must be scrollable without the whole site is scrolling away when reached the bottom of the chat window)
#prevent scroll bubbling on .scroll-isolated#using 'jquery-mousewheel' (git repository)$( ".scroll-isolated" ).each->$( @ ).on"mousewheel", ( e, dlta ) ->st=$( @ ).scrollTop()
if ( !st and dlta >0 ) or st is ( @scrollHeight-$( @ ).height() ) and dlta <0thene.preventDefault()
Update Switched to jquery.nicescroll !! Great plugin, no css file needed and scroll isolation implemented (nativeparentscrolling: !1)
The text was updated successfully, but these errors were encountered:
Feedback Seems nice! I give it a try!
Feature Request Wouldn't it be perfect if we could set that param which won't allow scroll bubbling? (e.g. Facebook where the chat window must be scrollable without the whole site is scrolling away when reached the bottom of the chat window)
Update Switched to jquery.nicescroll !! Great plugin, no css file needed and scroll isolation implemented (nativeparentscrolling: !1)
The text was updated successfully, but these errors were encountered: