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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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}