mirror of
https://github.com/zoriya/flood.git
synced 2026-06-03 19:21:48 +00:00
Invert notifications scrollbar
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user