From 54e272b8773447070c24ba8b82e36c37f59d78f5 Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Tue, 10 Oct 2023 09:09:20 +0200 Subject: [PATCH] fix: extend container height [DHIS2-15875] (#1274) --- 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 {