Skip to content

Instantly share code, notes, and snippets.

@rogozhka
Last active September 6, 2015 11:24
Show Gist options
  • Save rogozhka/caf323de046735cc3fa5 to your computer and use it in GitHub Desktop.
Save rogozhka/caf323de046735cc3fa5 to your computer and use it in GitHub Desktop.
.nonselectable {
/* -webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;*/
/* use autoprefixer instead */
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment