1
0
mirror of synced 2025-12-09 15:24:10 +08:00

Prevent text selection after double click.

This commit is contained in:
Serhii Zahranychnyi
2019-04-03 14:07:09 +03:00
parent 82cdf6b732
commit 84fc749274

View File

@@ -3,6 +3,10 @@ body{
padding: 0;
margin: 0;
touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.load{
width:240px;