From 5546bdb47734a167a90d12ff15d46e555c533152 Mon Sep 17 00:00:00 2001 From: mrfry Date: Wed, 9 Jun 2021 10:06:02 +0200 Subject: [PATCH] Html / content height --- src/components/layout.module.css | 2 +- src/defaultStyles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layout.module.css b/src/components/layout.module.css index 152fffe..32d52b4 100644 --- a/src/components/layout.module.css +++ b/src/components/layout.module.css @@ -87,7 +87,7 @@ } .content { - height: 100%; + height: calc(100vh - 50px); margin-left: 150px; margin-top: 45px; padding: 1px 7px; diff --git a/src/defaultStyles.css b/src/defaultStyles.css index 0ff6f87..f7bd59e 100644 --- a/src/defaultStyles.css +++ b/src/defaultStyles.css @@ -11,7 +11,7 @@ @import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap'); html { - height: calc(100vh - 50px); + height: 100%; } body {