fix: Remove redundant scrollbar from iframe. (#2697)

This commit is contained in:
dkkb
2021-10-27 23:19:13 +08:00
committed by GitHub
parent 3987de1d7e
commit 030419fa80

View File

@@ -67,6 +67,7 @@ class Gist extends React.Component<Props> {
frameBorder="0"
width="100%"
height="200px"
scrolling="no"
id={`gist-${id}`}
title={`Github Gist (${id})`}
onLoad={this.updateIframeContent}