From 334a633c2a7980dfce30b49c377d8ff8f85a9386 Mon Sep 17 00:00:00 2001
From: abcang <abcang1015@gmail.com>
Date: Mon, 4 Sep 2017 03:31:51 +0900
Subject: [PATCH] Fix a problem that notification column goes to top (#4792)

---
 app/javascript/mastodon/features/notifications/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/javascript/mastodon/features/notifications/index.js b/app/javascript/mastodon/features/notifications/index.js
index c23560a434..b74473b9f5 100644
--- a/app/javascript/mastodon/features/notifications/index.js
+++ b/app/javascript/mastodon/features/notifications/index.js
@@ -106,6 +106,7 @@ export default class Notifications extends React.PureComponent {
     const scrollContainer = (
       <ScrollableList
         scrollKey={`notifications-${columnId}`}
+        trackScroll={!pinned}
         isLoading={isLoading}
         hasMore={hasMore}
         emptyMessage={emptyMessage}
-- 
GitLab