From 1481ed2dcb91bd9646f3c7499482830bb897e708 Mon Sep 17 00:00:00 2001 From: Nicolas Gotchac Date: Thu, 3 Nov 2016 15:20:40 +0100 Subject: [PATCH] Fixed not scrollable accounts (#3128) --- js/src/dapps/tokenreg/Actions/Register/register.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/js/src/dapps/tokenreg/Actions/Register/register.js b/js/src/dapps/tokenreg/Actions/Register/register.js index 78d823326..5eb2d9e1b 100644 --- a/js/src/dapps/tokenreg/Actions/Register/register.js +++ b/js/src/dapps/tokenreg/Actions/Register/register.js @@ -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() } );