Skip to content

Commit

Permalink
fix: tweak modal iframe size (#2006)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored Dec 17, 2024
1 parent 3694be2 commit fef66e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modal-checkout/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
.newspack-ui {
iframe[name="newspack_modal_checkout_iframe"] {
border: none;
height: calc(100% + var(--newspack-ui-spacer-8, 48px));
height: calc(100% + var(--newspack-ui-spacer-9, 48px));
margin: calc(-1 * var(--newspack-ui-spacer-5, 24px));
max-width: unset;
width: calc(100% + var(--newspack-ui-spacer-8, 48px));
width: calc(100% + var(--newspack-ui-spacer-9, 48px));
}
}

Expand Down

0 comments on commit fef66e1

Please sign in to comment.