Recently, I've been utilizing iScroll for horizontal scrolling on a list. At first, everything seems to be working fine, but as I scroll towards the end (right to left), the content reaches its conclusion yet the scrolling continues beyond that. I'm at a loss as to what I might be overlooking.
If you'd like to take a look at my code, here's the link to the Fiddle: http://jsfiddle.net/mantrig/wvypmw0g/1/
Below, you can find the function initialization:
function loaded () {
myScroll = new IScroll('#wrapper', { eventPassthrough: true, scrollX: true, scrollY: false, preventDefault: false });
}