From 00f117c11841624d8157dc842d664d5b05abda7a Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 5 Jul 2023 18:49:08 -0700 Subject: [PATCH] Remove fixed height on html tag for now --- styles/globals.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.scss b/styles/globals.scss index 45cc6507..a32a947a 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -4,7 +4,7 @@ html { background-color: var(--background); font-size: 62.5%; - height: 100%; + // height: 100%; } body {