Skip to content

Commit

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

Please sign in to comment.