kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Prevent scrolling beyond the maximum height #76

Closed carter-thaxton closed 8 years ago

carter-thaxton commented 8 years ago

Calculate maxScrollTop and limit changes to scrollable.scrollTop, based on a sampling of the origScrollHeight at the start of drag reorder. This should fix #55 and #53.