Skip to content

Commit

Permalink
fix: extend container height [DHIS2-15875] (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp authored Oct 5, 2023
1 parent 5b31b29 commit 1aad046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.contentWrap {
display: flex;
background: var(--colors-grey100);
min-height: calc(100vh - 48px); /* subtract header bar height */
}

.contentArea {
Expand Down

0 comments on commit 1aad046

Please sign in to comment.