From b06a351538c1277c1b8f5a87cda5db9056727b82 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 24 May 2021 18:59:21 +0100 Subject: [PATCH] Removed errant `scrolling="no"` on `` --- ghost/admin/app/components/gh-site-iframe.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/app/components/gh-site-iframe.hbs b/ghost/admin/app/components/gh-site-iframe.hbs index 68a9010c8d..ecb5915eac 100644 --- a/ghost/admin/app/components/gh-site-iframe.hbs +++ b/ghost/admin/app/components/gh-site-iframe.hbs @@ -3,7 +3,6 @@ src={{this.srcUrl}} frameborder="0" allowtransparency="true" - scrolling="no" {{did-insert this.attachMessageListener}} {{did-update this.resetSrcAttribute @guid}} {{on "load" this.onLoad}}