Fixed not scrollable accounts (#3128)
This commit is contained in:
parent
0affd61ebc
commit
1481ed2dcb
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user