disable double tap zoom on mobile
This commit is contained in:
parent
ca34968f29
commit
37744dd08d
|
|
@ -1,7 +1,7 @@
|
|||
[Future Plans]
|
||||
+ Artists' Update (Painting, Lines, Shapes, etc.)
|
||||
+ Explosives Update
|
||||
+ Electricity & Machines Update
|
||||
+ ~~Electricity~~ & Machines Update
|
||||
+ Mod Manager Update
|
||||
|
||||
[Version 0.8 - Electricity]
|
||||
|
|
|
|||
|
|
@ -236,6 +236,9 @@
|
|||
flex-wrap:wrap;
|
||||
text-align:center;
|
||||
}
|
||||
.disable-dbl-tap-zoom { /*Disable double tap zoom on mobile devices*/
|
||||
touch-action: manipulation;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue