diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index a9df303..53eb2fd 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -1,6 +1,7 @@ html, body { height: 100%; width: 100%; + touch-action: manipulation; } .section, .container { @@ -13,8 +14,4 @@ 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 4bde8cb..163d3f0 100644 --- a/ui/templates/ui/button.html +++ b/ui/templates/ui/button.html @@ -18,7 +18,7 @@