Skip to content

Instantly share code, notes, and snippets.

@chengjianhua
Last active September 18, 2016 08:40
Show Gist options
  • Save chengjianhua/2d69a1e1259adc469e3c2e66b08f86a8 to your computer and use it in GitHub Desktop.
Save chengjianhua/2d69a1e1259adc469e3c2e66b08f86a8 to your computer and use it in GitHub Desktop.
disable selection
.disable-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-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