From 23d43e4af57c46d56bb0d9dbb5db4fa63a768788 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 1 Jun 2023 18:49:23 +0200 Subject: [PATCH] Made the body 100% height --- client/src/common/styles/main.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/common/styles/main.sass b/client/src/common/styles/main.sass index 9efdeac..e3b9afb 100644 --- a/client/src/common/styles/main.sass +++ b/client/src/common/styles/main.sass @@ -1,9 +1,9 @@ @import "colors" -body +body, html background-color: $background font-family: 'Inter', sans-serif - height: 100vh + height: 100% margin: 0 ::-webkit-scrollbar