Skip to content

Instantly share code, notes, and snippets.

@abusedmedia
Created October 3, 2013 13:40
Show Gist options
  • Save abusedmedia/6809994 to your computer and use it in GitHub Desktop.
Save abusedmedia/6809994 to your computer and use it in GitHub Desktop.
Don’t allow text selection on selected elements, in this case all elements.
*{
-webkit-user-select:none;
-moz-user-select:none;
user-select:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment