CASH-1403: iframe height improvement

This commit is contained in:
Chris Redelinghuys 2025-08-29 14:00:20 -04:00
parent 889c175d3c
commit 25bb9e273a

View file

@ -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 {