Merge pull request #13 from zagran/fix/zoom-on-mobile

Mobile version experience enhancement.
This commit is contained in:
阿发
2019-04-04 11:23:00 +08:00
committed by GitHub

View File

@@ -2,6 +2,11 @@ body{
background: #009688; background: #009688;
padding: 0; padding: 0;
margin: 0; margin: 0;
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;