From e8d0779166f9b827fdd6ff8ef12a215159bb7fe3 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 15 Aug 2019 17:22:16 -0700 Subject: [PATCH] Update life.html --- life.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/life.html b/life.html index 3bd39e3f..3cd949fd 100644 --- a/life.html +++ b/life.html @@ -113,7 +113,9 @@ body { background-color: #333; color: white; - touch-action: manipulation; + } + body, #gridShell, .mainGrid, canvas { + touch-action: manipulation !important; } .mainGrid { display: grid;