From d05fb837ee0668dcf07554fbaba1fe4ce6097262 Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Thu, 5 Oct 2023 16:25:04 +0200 Subject: [PATCH] fix: extend container height [DHIS2-15875] (#1271) --- 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 {