Add allowFullScreen attribute to iframe preview

This commit is contained in:
Matt 2017-04-01 14:46:25 -04:00 committed by Norbert de Langen
parent 8942da3767
commit c642997291

View File

@ -26,6 +26,7 @@ class Preview extends Component {
id="storybook-preview-iframe"
style={iframeStyle}
src={this.props.url}
allowFullScreen
/>
);
}