Skip to content

Instantly share code, notes, and snippets.

@castus
Created March 17, 2013 09:53
Show Gist options
  • Save castus/5180851 to your computer and use it in GitHub Desktop.
Save castus/5180851 to your computer and use it in GitHub Desktop.
[css] Disable User Selection
<style>
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment