From 6564cca260be54f31d9742119ba31d1226d498bf Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Tue, 10 Oct 2023 09:09:36 +0200 Subject: [PATCH] fix: extend container height [DHIS2-15875] (#1273) --- src/App.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.module.css b/src/App.module.css index ba140985..51a153c7 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -1,6 +1,7 @@ .contentWrap { display: flex; background: var(--colors-grey100); + min-height: calc(100vh - 48px); /* subtract header bar height */ } .contentArea {