make Modal always scrollable (#3667)

This commit is contained in:
Jannis Redmann
2016-11-29 13:50:22 +01:00
committed by Jaco Greeff
parent 5e8f6f271d
commit e667d33778
7 changed files with 5 additions and 9 deletions

View File

@@ -128,7 +128,7 @@ export default class DeployContract extends Component {
title={ title }
waiting={ waiting }
visible
scroll>
>
{ this.renderStep() }
</Modal>
);