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

View File

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