Project

General

Profile

« Previous | Next » 

Revision 76fdb3f3

Added by matan about 7 years ago

Fixes #18728 - notifications scroll

View differences:

webpack/assets/javascripts/react_app/components/notifications/NotificationPanel.js
} else {
unread = 0;
}
const className = `panel panel-default ${expandedGroup === id ?
'expanded' :
''}`;
return (
<div className="panel panel-default">
<div className={ className }>
<NotificationPanelHeading title={title} group={id} unread={unread}/>
<NotificationPanelBody notifications={notifications}
group={id} expandedGroup={expandedGroup}/>

Also available in: Unified diff