Skip to content

Commit

Permalink
Merge branch 'fix/DHIS2-15558-interpretations-modal-height' into buga…
Browse files Browse the repository at this point in the history
…thon-2023-kfmt

* fix/DHIS2-15558-interpretations-modal-height:
  fix: use vh in height
  • Loading branch information
HendrikThePendric committed Oct 16, 2023
2 parents 2bd3c7c + 3f33422 commit 1f71b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const modalCSS = css.resolve`
max-width: calc(100vw - 128px) !important;
max-height: calc(100vh - 128px) !important;
width: auto !important;
height: calc(100vw - 128px) !important;
height: calc(100vh - 128px) !important;
overflow-y: hidden;
}
aside.hidden {
Expand Down

0 comments on commit 1f71b96

Please sign in to comment.