From 6ec8a041ff69d6391ca83e57efeabdfda5bd2636 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 13:59:38 -0400 Subject: [PATCH] Adjust height for body --- source/src/styles/index.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/src/styles/index.scss b/source/src/styles/index.scss index eb0db95..0a31514 100644 --- a/source/src/styles/index.scss +++ b/source/src/styles/index.scss @@ -1,8 +1,12 @@ +html, body { + height: 100%; +} + body { + background: #e5e5e5; margin: auto; max-width: 1200px; font-family: arial; - background: #e5e5e5; padding: 0px 12px; .disabled-items { opacity: 0.3;