0
0
Fork 0

Fix modal items cannot scroll on touch devices (#10605)

This commit is contained in:
kedama 2019-04-22 21:55:50 +09:00 committed by Eugen Rochko
parent bdec58b514
commit d763d39d26
2 changed files with 6 additions and 1 deletions

View file

@ -64,7 +64,7 @@ export default class ActionsModal extends ImmutablePureComponent {
<div className='modal-root__modal actions-modal'>
{status}
<ul>
<ul className={classNames({ 'with-status': !!status })}>
{this.props.actions.map(this.renderAction)}
</ul>
</div>