Skip to content

Instantly share code, notes, and snippets.

@revolunet
Created July 10, 2013 07:49
Show Gist options
  • Save revolunet/5964253 to your computer and use it in GitHub Desktop.
Save revolunet/5964253 to your computer and use it in GitHub Desktop.
some mobile css fixes
html {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-user-drag: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment