From b419a8930793fa981103a42a6a65e8403ec9769d Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 18 Aug 2019 16:29:51 -0700 Subject: [PATCH] Update life.html --- life.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/life.html b/life.html index 673aa846..167fa502 100644 --- a/life.html +++ b/life.html @@ -96,12 +96,14 @@ font-family: belerenbsc; src: url("data/fonts/beleren-bsc.ttf"); } + .settings { + overflow-y: auto; + touch-action: pan-y; + -webkit-overflow-scrolling: touch; + height: 100% + } .innerSettings { margin: 10pt; - overflow-y: auto; - touch-action: pan-y; - -webkit-overflow-scrolling: touch; - height: calc(100% - 20pt) } * { font-family: belerenbsc;