We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f877fd0 commit c34ed78Copy full SHA for c34ed78
src/index.js
@@ -124,7 +124,7 @@ export default class extends Component {
124
srcDoc: this.handleInjectedJavaScript(this.state.html || source.html),
125
width: styleObj && styleObj.width,
126
height: styleObj && styleObj.height,
127
- style: [styles.iframe, scrollEnabled && styles.noScroll],
+ style: [styles.iframe, scrollEnabled && styles.noScroll, this.props.style],
128
allowFullScreen: true,
129
allowpaymentrequest: 'true',
130
frameBorder: '0',
0 commit comments