Skip to content

Commit

Permalink
disable double tap zoom on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
slweeb committed Jan 4, 2022
1 parent 37744dd commit c2880bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
flex-wrap:wrap;
text-align:center;
}
.disable-dbl-tap-zoom { /*Disable double tap zoom on mobile devices*/
button, input { /*Disable double tap zoom on mobile devices*/
touch-action: manipulation;
}
</style>
Expand Down

0 comments on commit c2880bb

Please sign in to comment.