From d84c43cd9f23383d379bf4a416b510bfd0db1301 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Thu, 25 Nov 2021 10:40:44 +0100 Subject: CSS fix --- src/styles/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src') diff --git a/src/styles/main.css b/src/styles/main.css index 049800a..2868e7b 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1,3 +1,9 @@ +html, +body, +#root { + min-height: 100vw; +} + body { background: #fff; font-size: 14px; @@ -93,6 +99,7 @@ a:visited { } #login { + height: max-content; margin-top: 20vh; display: flex; flex-direction: column; @@ -124,6 +131,7 @@ a:visited { /* Error */ #error-container { + height: max-content; width: 100%; display: flex; justify-content: center; -- cgit v1.1