Fixed not scrollable accounts (#3128)

This commit is contained in:
Nicolas Gotchac 2016-11-03 15:20:40 +01:00 committed by Jaco Greeff
parent 0affd61ebc
commit 1481ed2dcb

View File

@ -80,7 +80,9 @@ export default class RegisterAction extends Component {
modal={ sending || complete }
className={ styles.dialog }
onRequestClose={ this.onClose }
actions={ this.renderActions() } >
actions={ this.renderActions() }
autoScrollBodyContent
>
{ this.renderContent() }
</Dialog>
);