Disable text selection
This commit is contained in:
parent
e116d825e3
commit
d6a78a7732
@ -12,8 +12,9 @@ body, html {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
/* Disable text selection */
|
/* Disable text selection */
|
||||||
-webkit-user-select: none; /* Safari */
|
-webkit-user-select: none; /* Safari */
|
||||||
-ms-user-select: none; /* IE 10 and IE 11 */
|
-moz-user-select: none; /* Firefox */
|
||||||
user-select: none; /* Standard syntax */
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
||||||
|
user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Safari */
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, p {
|
h1, h2, h3, h4, h5, p {
|
||||||
|
Loading…
Reference in New Issue
Block a user