From e80faafefbbd3edd6aa5e56a63b6ee6b3a090429 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 16 Jan 2020 01:00:01 +0100 Subject: [PATCH] html scroll fix --- scss/layout/_core.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/layout/_core.scss b/scss/layout/_core.scss index 538bbbba..4b95dfc6 100644 --- a/scss/layout/_core.scss +++ b/scss/layout/_core.scss @@ -5,7 +5,7 @@ html { } body { - height: 100%; + min-height: 100%; overflow-y: scroll; letter-spacing: $body-letter-spacing; touch-action: manipulation; -- GitLab