Skip to content

Instantly share code, notes, and snippets.

@noahub
Created June 24, 2015 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahub/bd8af72f28a54bb461a0 to your computer and use it in GitHub Desktop.
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