Skip to content

Commit

Permalink
fix: height in safari (DHIS2-8277) (#303)
Browse files Browse the repository at this point in the history
Fixes the height issue in Safari for DV (https://jira.dhis2.org/browse/DHIS2-8277) by explicitly setting the height of the app to 100%.
  • Loading branch information
martinkrulltott committed Feb 21, 2020
1 parent 73cc104 commit 0a53aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export const styles = css`
div.app-shell-app {
flex: 1 1 auto;
overflow: auto;
height: 100%;
}
`

0 comments on commit 0a53aea

Please sign in to comment.