Skip to content

Commit f7e3118

Browse files
authored
Merge pull request #40402 from suneox/37622-update-onfido-ui
set onfido web full height
2 parents e0c12a5 + 8e6e602 commit f7e3118

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/components/Onfido/index.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,13 @@
5656
height: 92% !important;
5757
}
5858

59-
/*
60-
* Solves issue with height not working for `onfido-sdk-ui-Modal-inner` container when device width is in between 490 - 600pixels.
61-
*/
62-
#onfido-mount {
63-
height: 100%;
64-
}
59+
}
60+
61+
#onfido-mount {
62+
height: 100%;
63+
}
64+
65+
#onfido-sdk {
66+
min-height: initial !important;
67+
max-height: initial !important;
6568
}

0 commit comments

Comments
 (0)