make Modal always scrollable (#3667)
This commit is contained in:
committed by
Jaco Greeff
parent
5e8f6f271d
commit
e667d33778
@@ -61,7 +61,7 @@ export default class SMSVerification extends Component {
|
||||
<Modal
|
||||
actions={ this.renderDialogActions(phase, error, isStepValid) }
|
||||
title='verify your account via SMS'
|
||||
visible scroll
|
||||
visible
|
||||
current={ phase }
|
||||
steps={ ['Prepare', 'Enter Data', 'Request', 'Enter Code', 'Confirm', 'Done!'] }
|
||||
waiting={ error ? [] : [ 0, 2, 4 ] }
|
||||
|
||||
Reference in New Issue
Block a user