diff --git a/index.html b/index.html
index effe81dd..49064149 100644
--- a/index.html
+++ b/index.html
@@ -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;
}