From 7a398fe2c98b20e53d57ab347416d9e614d6f132 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 4 Jun 2021 15:08:52 +0200 Subject: [PATCH] [#1919] Fixed min-height (#1920) --- frontend/ui/src/App.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/ui/src/App.module.scss b/frontend/ui/src/App.module.scss index b24ad4cb26..42c19acdc3 100644 --- a/frontend/ui/src/App.module.scss +++ b/frontend/ui/src/App.module.scss @@ -29,9 +29,8 @@ @include font-base; display: flex; width: 100vw; - height: 100%; min-width: 1366px; - min-height: 768px; + min-height: 100vh; justify-content: center; flex-direction: column; }