1
0
mirror of synced 2025-12-17 04:08:28 +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; padding: 0;
margin: 0; margin: 0;
touch-action: manipulation; touch-action: manipulation;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
} }
.load{ .load{
width:240px; width:240px;