From 946831c88d3fdfedb1b731f8e69627aef213fc64 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 17 Dec 2019 21:28:14 +0100 Subject: [PATCH] :bug: (body) remove min height for body tag --- src/styles/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index a60b620..5c127a0 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -17,7 +17,6 @@ html { body { background-color: white; - min-height: 100vh; padding: 15px 0 0; }