mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Add allowFullScreen attribute to iframe preview
This commit is contained in:
parent
8942da3767
commit
c642997291
@ -26,6 +26,7 @@ class Preview extends Component {
|
||||
id="storybook-preview-iframe"
|
||||
style={iframeStyle}
|
||||
src={this.props.url}
|
||||
allowFullScreen
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user