don't zoom on double tap

This commit is contained in:
ducoterra
2020-04-25 15:03:03 -04:00
parent 1ee6b890ef
commit 5efb93ea68
2 changed files with 5 additions and 1 deletions

View File

@@ -13,4 +13,8 @@ html, body {
flex-direction: column;
align-items: center;
text-align: center;
}
.disable-dbl-tap-zoom {
touch-action: manipulation;
}