mirror of
https://github.com/Binaryify/vue-tetris.git
synced 2026-01-21 05:57:57 +08:00
Prevent text selection after double click.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user