From f4c583c01edd826914bda260243b344c25bd36fa Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 18:01:50 -0700 Subject: [PATCH] Update life.html --- life.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/life.html b/life.html index 72e22296..2d9920f0 100644 --- a/life.html +++ b/life.html @@ -94,6 +94,10 @@ } .settings { margin: 10pt; + overflow-y: auto; + touch-action: pan-y; + -webkit-overflow-scrolling: touch; + max-height: 100%; } * { font-family: belerenbsc; @@ -106,20 +110,19 @@ -moz-user-select: none; -ms-user-select: none; } - html { + html, body { + position: fixed; + top: 0px; + left: 0px; + width: 100%; height: 100%; overflow: hidden; } body { - height: 100%; background-color: #333; color: white; - overflow-y: scroll; - overflow-x: hidden; - -webkit-overflow-scrolling: touch; - touch-action: pan-y; } - #gridShell, .mainGrid, canvas { + body, #gridShell, .mainGrid, canvas { touch-action: manipulation !important; } .mainGrid {