diff --git a/data/life/life.js b/data/life/life.js index 39fa7d03..10afc8d2 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -286,4 +286,7 @@ function inputCardArtName(cardArtNameInput) { } function inputCardArtNameNumber(cardArtNameNumberInput) { playerList[parseInt(document.getElementById('inputPlayer').value) - 1].canvas.customVarImage.src = cardArtUrlList[cardArtNameNumberInput - 1] -} \ No newline at end of file +} +document.getElementById("gridShell").addEventListener("touchmove", function(event) { + event.preventDefault() +}) \ No newline at end of file diff --git a/life.html b/life.html index 4450a381..4b2ae628 100644 --- a/life.html +++ b/life.html @@ -52,7 +52,7 @@ Starting Life Total:



- For a better experience, save this website to your home screen and open it from there. + For an optimal experience, save this website to your home screen and open it from there.
@@ -120,9 +120,9 @@ } #gridShell { display: none; - position: fixed; + /*position: fixed; top: 0; - left: 0; + left: 0;*/ } #gridShell:fullscreen { display: inline-block;