Merge pull request #2813 from Safelite/feature/CASH-1403

CASH-1403: iframe height improvement
This commit is contained in:
Chris 2025-08-29 14:21:51 -04:00 committed by GitHub
commit 523977671c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {