disable double tap zoom on mobile
This commit is contained in:
parent
37744dd08d
commit
c2880bbc65
|
|
@ -236,7 +236,7 @@
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
text-align:center;
|
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;
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue