From 4fe8642a002c5eafd1801b0d9ef573e03c8618f5 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 29 Mar 2019 09:31:23 +0000 Subject: [PATCH] body height bug has been fixed --- assets/styles/web.sass | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/styles/web.sass b/assets/styles/web.sass index f641020..fe18f81 100644 --- a/assets/styles/web.sass +++ b/assets/styles/web.sass @@ -19,11 +19,10 @@ $background: $white-ter $primary: $purple -html - height: 100% - -body - height: 100% +html, body + min-height: 100vh + height: auto + margin: 0 html.light background: $background