diff --git a/shared/embeds/Gist.js b/shared/embeds/Gist.js index c777051e..405466f5 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}