From 0d198d36b403f7f8e33d288ab171c7eec75a5609 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 17:54:07 -0700 Subject: [PATCH] Update life.html --- life.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/life.html b/life.html index eb99f85f..5ee14db0 100644 --- a/life.html +++ b/life.html @@ -94,10 +94,6 @@ } .settings { margin: 10pt; - overflow-y: scroll; - overflow-x: hidden; - -webkit-overflow-scrolling: touch; - touch-action: pan-y; } * { font-family: belerenbsc; @@ -117,6 +113,10 @@ body { background-color: #333; color: white; + overflow-y: auto; + overflow-x: hidden; + -webkit-overflow-scrolling: touch; + touch-action: pan-y; } body, #gridShell, .mainGrid, canvas { touch-action: manipulation !important;