|
@@ -67,7 +67,7 @@ export default class App extends React.Component {
|
|
|
<div className="mainbar">
|
|
|
{this.GUI.renderMainBar()}
|
|
|
</div>
|
|
|
- <div style={{position: 'relative'}}>
|
|
|
+ <div style={{position: 'relative', minHeight: 0, flexGrow: 1, overflow: 'auto', display: 'flex'}}>
|
|
|
|
|
|
<div className="horizontal_bars">
|
|
|
<div ref={this.toolboxRef} className="toolbox">
|
|
@@ -80,7 +80,7 @@ export default class App extends React.Component {
|
|
|
{ this.GUI.renderPageBar()}
|
|
|
</div>
|
|
|
<div className="wrapperPhone">
|
|
|
- <div style={{flex:1}}>
|
|
|
+ <div style={{flex:1,overflow: 'auto'}}>
|
|
|
{/*This is a comment*/}
|
|
|
<div onClick={(e) => this.dragPage(e)} className="playground" style={{zoom:this.state.zoom}}>
|
|
|
<div className="phone">
|