Skip to content

Instantly share code, notes, and snippets.

@josefadamcik
Created August 17, 2016 14:52
Show Gist options
  • Save josefadamcik/0802ddbfe0f4392f07f00c24f937cbf5 to your computer and use it in GitHub Desktop.
Save josefadamcik/0802ddbfe0f4392f07f00c24f937cbf5 to your computer and use it in GitHub Desktop.
iscroll
new IScroll(".map-wrapper", {
//options
mouseWheel: false,
scrollbars: true,
scrollX: true,
scrollY: false,
eventPassthrough: true,
tap: true,
click:false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment