Prevent text selection after double click.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user