mirror of
https://github.com/Binaryify/vue-tetris.git
synced 2026-01-21 05:57:57 +08:00
Added touch-action "manipulation" for body.
This commit is contained in:
@@ -2,6 +2,7 @@ body{
|
||||
background: #009688;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
.load{
|
||||
width:240px;
|
||||
|
||||
Reference in New Issue
Block a user