Skip to content

Instantly share code, notes, and snippets.

@DragorWW
Created May 19, 2014 09:28
Show Gist options
  • Save DragorWW/7430cca85227cc1282df to your computer and use it in GitHub Desktop.
Save DragorWW/7430cca85227cc1282df to your computer and use it in GitHub Desktop.
disable select text css
.no-select-text {
-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