From 8df629a1be00083aa8a0e3f6a9ec4643512da19c Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Thu, 14 Nov 2024 22:19:55 -0600 Subject: [PATCH] Fix scrollbar on page --- thrimbletrimmer/src/globalStyle.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/thrimbletrimmer/src/globalStyle.scss b/thrimbletrimmer/src/globalStyle.scss index b831c74..ccb5a31 100644 --- a/thrimbletrimmer/src/globalStyle.scss +++ b/thrimbletrimmer/src/globalStyle.scss @@ -5,7 +5,6 @@ body { background: #222; color: #fff; - height: 100vh; margin: 0; }