ResizeContainer only works on a single top-level element.
parent
2da2e017c9
commit
8c4cd3a889
|
@ -117,6 +117,7 @@ class CellEditorOverlay extends Component {
|
||||||
cellName={cellWorkingName}
|
cellName={cellWorkingName}
|
||||||
/>
|
/>
|
||||||
<ResizeBottom>
|
<ResizeBottom>
|
||||||
|
<div>
|
||||||
<OverlayControls
|
<OverlayControls
|
||||||
selectedGraphType={cellWorkingType}
|
selectedGraphType={cellWorkingType}
|
||||||
onSelectGraphType={this.handleSelectGraphType}
|
onSelectGraphType={this.handleSelectGraphType}
|
||||||
|
@ -132,6 +133,7 @@ class CellEditorOverlay extends Component {
|
||||||
onDeleteQuery={this.handleDeleteQuery}
|
onDeleteQuery={this.handleDeleteQuery}
|
||||||
activeQueryIndex={activeQueryIndex}
|
activeQueryIndex={activeQueryIndex}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</ResizeBottom>
|
</ResizeBottom>
|
||||||
</ResizeContainer>
|
</ResizeContainer>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue