From 6feac7ef2e008aed83e42fe7bc96a4846c7a855a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 15:14:01 -0400 Subject: [PATCH] apply to html and body, not button --- ui/static/ui/button.css | 5 +---- ui/templates/ui/button.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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 @@

The Button

- +