From 193f190ca7f6fe6a2b0cb250bf1fa7ad06907ad4 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 16 Aug 2019 17:47:52 -0700 Subject: [PATCH] Update life.html --- life.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/life.html b/life.html index b3fe0a80..6ac4a1d9 100644 --- a/life.html +++ b/life.html @@ -94,6 +94,9 @@ } .settings { margin: 10pt; + overflow-y: auto; + overflow-x: hidden; + -webkit-overflow-scrolling: touch; } * { font-family: belerenbsc; @@ -108,7 +111,7 @@ } html, body { height: 100%; - overflow-x: hidden; + overflow: hidden; } body { background-color: #333;