Always show scrollbar on recent alerts cell

pull/10616/head
Alex P 2017-06-09 14:16:27 -07:00
parent 20d8f89b34
commit f90fb1d9b5
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class AlertsApp extends Component {
} }
return isWidget return isWidget
? <FancyScrollbar> ? <FancyScrollbar autoHide={false}>
{this.renderSubComponents()} {this.renderSubComponents()}
</FancyScrollbar> </FancyScrollbar>
: <div className="page"> : <div className="page">