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

Scroll example #75

Closed carter-thaxton closed 8 years ago

carter-thaxton commented 8 years ago

Add demo of using slip inside of a scrolling div, instead of scrolling the entire page. If nothing else, this is useful for testing.

Also fix an issue where the z-index would not be honored, by adding position: relative to list items in the example. See issue #49.