Skip to content

Commit

Permalink
Merge pull request #40402 from suneox/37622-update-onfido-ui
Browse files Browse the repository at this point in the history
set onfido web full height
  • Loading branch information
tgolen authored Apr 30, 2024
2 parents e0c12a5 + 8e6e602 commit f7e3118
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/components/Onfido/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@
height: 92% !important;
}

/*
* Solves issue with height not working for `onfido-sdk-ui-Modal-inner` container when device width is in between 490 - 600pixels.
*/
#onfido-mount {
height: 100%;
}
}

#onfido-mount {
height: 100%;
}

#onfido-sdk {
min-height: initial !important;
max-height: initial !important;
}

0 comments on commit f7e3118

Please sign in to comment.