Always show scrollbar on recent alerts cell
parent
20d8f89b34
commit
f90fb1d9b5
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue