Guest User

Untitled

a guest
Nov 20th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. lockscroll = true
  2. $('.scroll-pane').each () ->
  3. $(this).bind 'mousewheel', (event) ->
  4. if $(this).outerHeight() + api.getContentPositionY() >= api.getContentHeight() or api.getContentPositionY() == 0
  5. event.preventDefault() if lockscroll
Add Comment
Please, Sign In to add comment