diff --git a/src/components/Modals/PreferredCountriesModal/PreferredCountriesDropdown/PreferredCountriesDropdown.scss b/src/components/Modals/PreferredCountriesModal/PreferredCountriesDropdown/PreferredCountriesDropdown.scss index 8cc69906..1a0d6900 100644 --- a/src/components/Modals/PreferredCountriesModal/PreferredCountriesDropdown/PreferredCountriesDropdown.scss +++ b/src/components/Modals/PreferredCountriesModal/PreferredCountriesDropdown/PreferredCountriesDropdown.scss @@ -17,13 +17,13 @@ @include mobile-or-tablet-screen { height: unset; - max-height: calc(100vh - 28rem); + max-height: calc(100% - 28rem); } &--no-footer { height: 44rem; @include mobile-or-tablet-screen { - height: 100vh; + height: 100%; max-height: unset; } } diff --git a/src/components/Modals/PreferredCountriesModal/PreferredCountriesModal.scss b/src/components/Modals/PreferredCountriesModal/PreferredCountriesModal.scss index 221fba82..3fec817b 100644 --- a/src/components/Modals/PreferredCountriesModal/PreferredCountriesModal.scss +++ b/src/components/Modals/PreferredCountriesModal/PreferredCountriesModal.scss @@ -11,7 +11,7 @@ left: 0; background: #fff; z-index: 1; - height: calc(100vh - 7.5rem); + height: calc(100% - 7.5rem); & .mobile-wrapper { &__header { diff --git a/src/components/PaymentMethodCard/PaymentMethodCard.tsx b/src/components/PaymentMethodCard/PaymentMethodCard.tsx index 7f2235d1..6643bb4e 100644 --- a/src/components/PaymentMethodCard/PaymentMethodCard.tsx +++ b/src/components/PaymentMethodCard/PaymentMethodCard.tsx @@ -48,11 +48,13 @@ const PaymentMethodCard = ({ })} > {!toAdd ? ( -