Skip to content

Instantly share code, notes, and snippets.

@mtrl
Created January 10, 2017 11:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mtrl/ae4e3480192852d512f337e5fd018baf to your computer and use it in GitHub Desktop.
Save mtrl/ae4e3480192852d512f337e5fd018baf to your computer and use it in GitHub Desktop.
.selectable {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment