Skip to content

Instantly share code, notes, and snippets.

@vistar
Last active August 29, 2015 14:23
Show Gist options
  • Save vistar/c56423094b6d47eddf15 to your computer and use it in GitHub Desktop.
Save vistar/c56423094b6d47eddf15 to your computer and use it in GitHub Desktop.
Make text unselectable
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment