Invert notifications scrollbar

This commit is contained in:
John Furrow
2016-10-22 05:56:32 +02:00
parent ca8e0e503f
commit ba47e97398
@@ -248,7 +248,8 @@ class NotificationsButton extends React.Component {
<CustomScrollbars
autoHeight={true}
autoHeightMin={0}
autoHeightMax={300}>
autoHeightMax={300}
inverted={true}>
<ul className="notifications__list
tooltip__content--padding-surrogate">
{this.state.notifications.map(this.getNotification)}