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 }
|
modal={ sending || complete }
|
||||||
className={ styles.dialog }
|
className={ styles.dialog }
|
||||||
onRequestClose={ this.onClose }
|
onRequestClose={ this.onClose }
|
||||||
actions={ this.renderActions() } >
|
actions={ this.renderActions() }
|
||||||
|
autoScrollBodyContent
|
||||||
|
>
|
||||||
{ this.renderContent() }
|
{ this.renderContent() }
|
||||||
</Dialog>
|
</Dialog>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user