mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Disable double tap to zoom to allow fast tapping on plus/minus signs
This commit is contained in:
parent
08acd02d3b
commit
95d31380fb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script defer src="{% static "vendor/fontawesome-6.1.1-free/brands.min.js" %}"></script>
|
<script defer src="{% static "vendor/fontawesome-6.1.1-free/brands.min.js" %}"></script>
|
||||||
|
|
Loading…
Reference in a new issue