disable double tap zoom on mobile

This commit is contained in:
slweeb 2022-01-04 13:58:37 -05:00
parent 37744dd08d
commit c2880bbc65
1 changed files with 1 additions and 1 deletions

View File

@ -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>