From 70410d2b375bb351db992095511ff10ff7027c71 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 18:38:54 -0700 Subject: [PATCH] Update life.html --- life.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/life.html b/life.html index fbf6673b..8d36e3e6 100644 --- a/life.html +++ b/life.html @@ -127,9 +127,6 @@ background-color: #333; color: white; } - body, #gridShell, .mainGrid, canvas { - touch-action: manipulation !important; - } .mainGrid { display: grid; grid-template-columns: auto auto; @@ -159,6 +156,7 @@ border: 1px solid white; width: auto; height: auto; + touch-action: manipulation !important } .widePlayerBox { grid-column: 1 / span 2;