Skip to content

Instantly share code, notes, and snippets.

@ranbena
Created November 27, 2012 08:44
Show Gist options
  • Save ranbena/4153187 to your computer and use it in GitHub Desktop.
Save ranbena/4153187 to your computer and use it in GitHub Desktop.
Disable text selection behaviour
selector {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment