don't zoom on double tap
This commit is contained in:
@@ -13,4 +13,8 @@ html, body {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.disable-dbl-tap-zoom {
|
||||
touch-action: manipulation;
|
||||
}
|
||||
Reference in New Issue
Block a user