From 8e6e602501eb9a8d550db3dcb88bfcfff79dfb49 Mon Sep 17 00:00:00 2001 From: Cong Pham Date: Thu, 18 Apr 2024 15:09:15 +0700 Subject: [PATCH] set onfido web full height --- src/components/Onfido/index.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/components/Onfido/index.css b/src/components/Onfido/index.css index 53f7888fc385..66fe571af9cc 100644 --- a/src/components/Onfido/index.css +++ b/src/components/Onfido/index.css @@ -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; } \ No newline at end of file