From 030419fa8047ce732b163cbec32a3515bffd2243 Mon Sep 17 00:00:00 2001 From: dkkb <82504881+dkkb@users.noreply.github.com> Date: Wed, 27 Oct 2021 23:19:13 +0800 Subject: [PATCH] fix: Remove redundant scrollbar from iframe. (#2697) --- shared/embeds/Gist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/embeds/Gist.js b/shared/embeds/Gist.js index c777051e3..405466f54 100644 --- a/shared/embeds/Gist.js +++ b/shared/embeds/Gist.js @@ -67,6 +67,7 @@ class Gist extends React.Component { frameBorder="0" width="100%" height="200px" + scrolling="no" id={`gist-${id}`} title={`Github Gist (${id})`} onLoad={this.updateIframeContent}