Skip to content

Instantly share code, notes, and snippets.

@di3
Created April 5, 2019 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save di3/4935caf684d17a68faf27c6f3234eced to your computer and use it in GitHub Desktop.
Save di3/4935caf684d17a68faf27c6f3234eced to your computer and use it in GitHub Desktop.
export default {
WebkitTouchCallout: "none",
MozUserSelect: "none",
WebkitUserSelect: "none",
KhtmlUserSelect: "none",
msUserSelect: "none",
OUserSelect: "none",
userSelect: "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment