Skip to content

Instantly share code, notes, and snippets.

@sicet7
Created February 28, 2019 08:47
Show Gist options
  • Save sicet7/87305e6f8c6913ad823d972c609b0b5a to your computer and use it in GitHub Desktop.
Save sicet7/87305e6f8c6913ad823d972c609b0b5a to your computer and use it in GitHub Desktop.
Cross browser disable text selection
element{
-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