scrollable contract deploy & execute modals

Former-commit-id: 5abff2d8fb73e1c919f54d7e3293dd25d6caa95f
This commit is contained in:
Jannis R 2016-11-28 16:44:22 +01:00
parent e6e0dc256f
commit 16ff3a7ad4
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ export default class DeployContract extends Component {
steps={ deployError ? null : steps } steps={ deployError ? null : steps }
title={ deployError ? 'deployment failed' : null } title={ deployError ? 'deployment failed' : null }
waiting={ [1] } waiting={ [1] }
scroll
visible> visible>
{ this.renderStep() } { this.renderStep() }
</Modal> </Modal>

View File

@ -70,6 +70,7 @@ export default class ExecuteContract extends Component {
title='execute function' title='execute function'
busy={ sending } busy={ sending }
waiting={ [1] } waiting={ [1] }
scroll
visible> visible>
{ this.renderStep() } { this.renderStep() }
</Modal> </Modal>