Skip to content

Commit

Permalink
Minir: Fixes #514: Web Buttons page unable to scroll in android chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
willosof committed Apr 2, 2019
1 parent 55d6c81 commit c88f98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tablet.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
-ms-user-select:none;
user-select:none;
-o-user-select:none;
touch-action: none;
touch-action: pan-y;
}

canvas {
Expand Down

0 comments on commit c88f98a

Please sign in to comment.