Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix disclaimer dialog (enable scrollBody)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 11, 2017
1 parent 90a8e96 commit 8fb6a7c
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -31,6 +31,7 @@
return {
dialogTitle: global.pydio.MessageHash['disclaimer.3'],
dialogIsModal: true,
dialogScrollBody: true,
dialogSize:'lg'
};
},
Expand Down Expand Up @@ -74,9 +75,9 @@
}.bind(this);
let messages = global.pydio.MessageHash;
return (
<div>
<div style={{width: '100%'}}>
<div id="disclaimer_content" style={{height: 350, overflow:'auto', margin:'15px 0', padding: 10}} dangerouslySetInnerHTML={content()}></div>
<div>
<div style={{paddingBottom: 20}}>
<MaterialUI.Checkbox label={messages['disclaimer.4']} onCheck={this.onCheck} checked={this.state.accepted}/>
</div>
</div>
Expand Down

0 comments on commit 8fb6a7c

Please sign in to comment.