From c807380ddc7df5f07fea1babccdb327b146c44e3 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 17 Aug 2019 20:09:23 -0700 Subject: [PATCH] life --- data/life/life.js | 2 +- life.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/life/life.js b/data/life/life.js index 1671f399..df5e8a21 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -264,7 +264,7 @@ function moveTouch() { touchX[i] = event.touches[i].clientX touchY[i] = event.touches[i].clientY } - // window.scrollTo(0, 0); + setTimeout(function(){window.scrollTo(0, 0)},50) } function endTouch() { for (var i = 1; i <= playerList.length; i++) { diff --git a/life.html b/life.html index 8d36e3e6..bc7aa2b1 100644 --- a/life.html +++ b/life.html @@ -156,7 +156,7 @@ border: 1px solid white; width: auto; height: auto; - touch-action: manipulation !important + touch-action: manipulation; } .widePlayerBox { grid-column: 1 / span 2;