Skip to content

Instantly share code, notes, and snippets.

@stefano-bortolotti
Last active December 16, 2015 03:39
Show Gist options
  • Save stefano-bortolotti/5371913 to your computer and use it in GitHub Desktop.
Save stefano-bortolotti/5371913 to your computer and use it in GitHub Desktop.
some webkit CSS rules for carousels
.className, .className * {
   -webkit-touch-callout: none; /* disable callout on tap hold, like save image */
   -webkit-user-drag: none; /* no drag for images */
   -webkit-user-select: none; /* no user text selection */
   -webkit-tap-highlight-color: transparent; /* no highlight on tap */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment