|
|
|
|
|
by FWeinb
5005 days ago
|
|
I would disable the text selection like this:
body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} Great project. Looks Awesome. |
|
Glad you like it.