Skip to content

Commit

Permalink
fix: height fix and bg color in downloaded map
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Aug 31, 2023
1 parent c1b85ea commit 24e8044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/app/styles/AppLayout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.downloadContent {
margin-top: var(--header-height);
height: calc(100vh - var(--header-height));
}

.appMapAndTable {
Expand Down
3 changes: 2 additions & 1 deletion src/components/map/styles/MapPosition.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
}

.mapDownload {
border: var(--spacers-dp24) solid #fff
border: var(--spacers-dp24) solid #fff;
background-color: var(--colors-white);
}

.mapDownload :global(.dhis2-map-timeline) {
Expand Down

0 comments on commit 24e8044

Please sign in to comment.