Disable text selection
This commit is contained in:
parent
027a4dd85b
commit
02eab4d232
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user