diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index c43029b..a9df303 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -13,4 +13,8 @@ html, body { flex-direction: column; align-items: center; text-align: center; +} + +.disable-dbl-tap-zoom { + touch-action: manipulation; } \ No newline at end of file diff --git a/ui/templates/ui/button.html b/ui/templates/ui/button.html index 163d3f0..4bde8cb 100644 --- a/ui/templates/ui/button.html +++ b/ui/templates/ui/button.html @@ -18,7 +18,7 @@