Skip to content

Instantly share code, notes, and snippets.

@OliverRC
Created July 24, 2013 10:44
Show Gist options
  • Select an option

  • Save OliverRC/6069572 to your computer and use it in GitHub Desktop.

Select an option

Save OliverRC/6069572 to your computer and use it in GitHub Desktop.
Disable User Selection
-webkit-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