From bc26f4b783eab2de86065b7901b60325a881c1c8 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 22 Mar 2022 00:31:30 -0700 Subject: [PATCH] Fix overlay height --- styles/globals.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/globals.scss b/styles/globals.scss index f53fecbc..4bc314ae 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -3,6 +3,7 @@ html { background: $background-color; font-size: 62.5%; + height: 100%; } body {