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 {