Skip to content

Instantly share code, notes, and snippets.

@abhikhatri
Created May 20, 2015 13:27
Show Gist options
  • Save abhikhatri/7ad5aa6329123a457a3e to your computer and use it in GitHub Desktop.
Save abhikhatri/7ad5aa6329123a457a3e to your computer and use it in GitHub Desktop.
Prevent user from selecting elements on all browsers including mobile safari & chrome
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
@1990prashant
Copy link

Great Abhi, I was looking for this solution for a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment