diff --git a/data/life/life.js b/data/life/life.js index df5e8a21..59937d68 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 } - setTimeout(function(){window.scrollTo(0, 0)},50) +// setTimeout(function(){window.scrollTo(0, 0)},50) } function endTouch() { for (var i = 1; i <= playerList.length; i++) { @@ -316,4 +316,4 @@ function clockCheck(tappedPlayerBox, lastTapID) { tappedPlayerBox.holdTime = 0 } } -//Updated :D \ No newline at end of file +//Updated :D diff --git a/life.html b/life.html index bc7aa2b1..7436d0bb 100644 --- a/life.html +++ b/life.html @@ -95,14 +95,12 @@ font-family: belerenbsc; src: url("data/fonts/beleren-bsc.ttf"); } - .settings { - margin: 10pt; - } .innerSettings { - height: calc(100% - 20pt); + margin: 10pt; overflow-y: auto; touch-action: pan-y; -webkit-overflow-scrolling: touch; + height: calc(100% - 20pt) } * { font-family: belerenbsc;