From add521cdc619e70b2d8e0fcae299822cddef4506 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Mon, 13 Jan 2020 16:30:55 -0300 Subject: [PATCH] Fix en body --- src/styles.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 235d635..2034c9e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -15,9 +15,8 @@ html, body { - min-height: 100vh; max-height: 100vh; - height: 100vh; + height: 100%; font-family: "Gotham"; overflow: hidden; user-select: none; -- 1.9.1