0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added scrolling="no" back in correct position

no issue

- property is specific to the membership portal preview rather than all site iframes
- fixes page-height scrollbar appearing on portal preview height animation
This commit is contained in:
Kevin Ansfield 2021-05-24 19:14:31 +01:00
parent 5cf7a29d2c
commit 28de12c7eb

View file

@ -56,6 +56,7 @@
</div>
{{else}}
<GhSiteIframe
scrolling="no"
@src={{this.portalPreviewUrl}}
@guid={{this.portalPreviewGuid}}
@invisibleUntilLoaded="portal-ready"