Skip to content

Instantly share code, notes, and snippets.

@noahub
Created June 24, 2015 16:12
Show Gist options
  • Select an option

  • Save noahub/bd8af72f28a54bb461a0 to your computer and use it in GitHub Desktop.

Select an option

Save noahub/bd8af72f28a54bb461a0 to your computer and use it in GitHub Desktop.
iPad fancybox scroll fix
<style>
#fancybox-content {
overflow: auto;
-webkit-overflow-scrolling: touch !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment