Skip to content

Instantly share code, notes, and snippets.

@gotofritz
Created October 9, 2013 11:44
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 gotofritz/6899970 to your computer and use it in GitHub Desktop.
Save gotofritz/6899970 to your computer and use it in GitHub Desktop.
for touch devices, disables selection
.preventSelect {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
@gotofritz
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment