Always show scrollbar on recent alerts cell
parent
20d8f89b34
commit
f90fb1d9b5
|
@ -135,7 +135,7 @@ class AlertsApp extends Component {
|
|||
}
|
||||
|
||||
return isWidget
|
||||
? <FancyScrollbar>
|
||||
? <FancyScrollbar autoHide={false}>
|
||||
{this.renderSubComponents()}
|
||||
</FancyScrollbar>
|
||||
: <div className="page">
|
||||
|
|
Loading…
Reference in New Issue