Skip to content

Instantly share code, notes, and snippets.

@bjornmicallef
Last active September 4, 2020 14:42
Show Gist options
  • Save bjornmicallef/01fffba8d7e4b42d3cf0c54fccc66017 to your computer and use it in GitHub Desktop.
Save bjornmicallef/01fffba8d7e4b42d3cf0c54fccc66017 to your computer and use it in GitHub Desktop.
css tricks for text 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