disable double tap zoom on mobile
This commit is contained in:
parent
37744dd08d
commit
c2880bbc65
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue