Ghost/ghost/admin/app/components/gh-billing-modal.hbs
Aileen Nowak 7d616b0010 Move billing iFrame to render in main content area (#1838)
no issue

The billing iFrame needs to be rendered within the `main` content area rather than as fullscreen.

This needs most probably more tidying up, but is working for now without breaking the functionality.

* Move billing iFrame to render in main content area
* Fixed routing error when transistion url not defined
* Removed close modal button and esc key binding
2021-02-12 10:13:23 +00:00

5 lines
139 B
Handlebars

<div class="{{this.visibilityClass}}">
<div class="gh-billing-container">
<GhBillingIframe></GhBillingIframe>
</div>
</div>