From f11f9a0d97f8f598ae9af831b77278bd28cc9098 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 19:35:09 -0400 Subject: [PATCH] attempt fix with overflow --- ui/static/ui/button.css | 2 +- ui/templates/ui/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index 53eb2fd..a935e6a 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -1,7 +1,7 @@ html, body { height: 100%; width: 100%; - touch-action: manipulation; + overflow: auto; } .section, .container { diff --git a/ui/templates/ui/base.html b/ui/templates/ui/base.html index 1907cfa..1842884 100644 --- a/ui/templates/ui/base.html +++ b/ui/templates/ui/base.html @@ -5,7 +5,7 @@ - + The Button