Skip to content

Commit

Permalink
fix: extend container height [DHIS2-15875] (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp authored Oct 10, 2023
1 parent 28c6f2d commit 54e272b
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 54e272b

Please sign in to comment.