From 25bb9e273a55ded40f9155ed28d8b64de3e41911 Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Fri, 29 Aug 2025 14:00:20 -0400 Subject: [PATCH] CASH-1403: iframe height improvement --- src/layouts/payment/payment.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index c5d3a4735..c051c0bb7 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -919,13 +919,6 @@ export default { width: 100%; min-height: 650px; border: 0 none; - - @include media-breakpoint-down(lg) { - min-height: 1750px; - } - @include media-breakpoint-down(md) { - min-height: 1890px; - } } #pageLoadingModal { background-color: red; @@ -945,11 +938,11 @@ export default { @include media-breakpoint-down(lg) { flex-direction: column; & > iframe { - flex-basis: 100%; + flex-basis: auto; margin-right: 0; } & > #cart-container { - flex-basis: 100%; + flex-basis: auto; margin: 0 0.5rem; & > button#submit-payment {