Disable text selection
This commit is contained in:
		@ -6,6 +6,10 @@ body, html {
 | 
			
		||||
* {
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  /* Disable text selection */
 | 
			
		||||
  -webkit-user-select: none; /* Safari */
 | 
			
		||||
  -ms-user-select: none; /* IE 10 and IE 11 */
 | 
			
		||||
  user-select: none; /* Standard syntax */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user