mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +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>
|
||||
body {
|
||||
margin-bottom: 2em;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
</style>
|
||||
<script defer src="{% static "vendor/fontawesome-6.1.1-free/brands.min.js" %}"></script>
|
||||
|
|
Loading…
Reference in a new issue