No Text Select for Touch Screen use

This commit is contained in:
Bugsounet - Cédric 2020-12-30 11:34:09 +01:00 committed by GitHub
parent ff1a843de6
commit 4ded60874f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ html {
cursor: none;
overflow: hidden;
background: #000;
user-select: none;
}
::-webkit-scrollbar {