This commit is contained in:
parent
50f7dcd5d0
commit
1828768f53
|
|
@ -39,7 +39,7 @@ class HTMLViewer extends Viewer<HTMLViewerProps, any> {
|
|||
flexGrow: 1,
|
||||
height: this.props.maxDimension ? this.props.maxDimension : 'initial',
|
||||
minHeight: this.props.maxDimension ? this.props.maxDimension : 600,
|
||||
width: this.props.maxDimension ? this.props.maxDimension : '100%',
|
||||
width: '100%',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue