Fix “new items glow” being displayed above settings and announcements (#12958)
This commit is contained in:
parent
c06d2ff437
commit
90b13ffd00
3 changed files with 16 additions and 6 deletions
|
@ -143,12 +143,11 @@ class HomeTimeline extends React.PureComponent {
|
|||
pinned={pinned}
|
||||
multiColumn={multiColumn}
|
||||
extraButton={announcementsButton}
|
||||
appendContent={hasAnnouncements && showAnnouncements && <AnnouncementsContainer />}
|
||||
>
|
||||
<ColumnSettingsContainer />
|
||||
</ColumnHeader>
|
||||
|
||||
{hasAnnouncements && showAnnouncements && <AnnouncementsContainer />}
|
||||
|
||||
<StatusListContainer
|
||||
trackScroll={!pinned}
|
||||
scrollKey={`home_timeline-${columnId}`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue