Disable text selection
This commit is contained in:
parent
490557727f
commit
518a38b922
@ -1,11 +1,6 @@
|
||||
body, html {
|
||||
scroll-behavior: smooth;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
/* Disable text selection */
|
||||
-webkit-user-select: none; /* Safari */
|
||||
-moz-user-select: none; /* Firefox */
|
||||
@ -13,6 +8,11 @@ body, html {
|
||||
user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Safari */
|
||||
}
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: auto;
|
||||
max-width: 1080px;
|
||||
|
Loading…
Reference in New Issue
Block a user