Skip to content

Commit

Permalink
only add height with media query
Browse files Browse the repository at this point in the history
  • Loading branch information
b4s36t4 committed Sep 8, 2023
1 parent a850ef8 commit 1c8d4c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Onfido/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
spacing makes room for the header without cutting off the bottom of the Onfido window. */
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%;
/*
* 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%;
}
}

0 comments on commit 1c8d4c2

Please sign in to comment.