Skip to content

Instantly share code, notes, and snippets.

@tylerthebuildor
Forked from mwbrooks/style.css
Last active August 29, 2015 14:09
Show Gist options
  • Save tylerthebuildor/7213699841e776dfb8df to your computer and use it in GitHub Desktop.
Save tylerthebuildor/7213699841e776dfb8df to your computer and use it in GitHub Desktop.
* {
-webkit-touch-callout:none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust:none; /* prevent webkit from resizing text to fit */
-webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
-webkit-user-select:none; /* prevent copy paste, to allow, change 'none' to 'text' */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment