Skip to content

Commit caccfa7

Browse files
authored
Merge pull request Binaryify#13 from zagran/fix/zoom-on-mobile
Mobile version experience enhancement.
2 parents 8d3cb3f + 84fc749 commit caccfa7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

static/loader.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ body{
22
background: #009688;
33
padding: 0;
44
margin: 0;
5+
touch-action: manipulation;
6+
-webkit-user-select: none;
7+
-moz-user-select: none;
8+
-khtml-user-select: none;
9+
-ms-user-select: none;
510
}
611
.load{
712
width:240px;
@@ -81,4 +86,4 @@ body{
8186
100%{
8287
opacity:1;
8388
}
84-
}
89+
}

0 commit comments

Comments
 (0)