diff --git a/damus/Views/Notifications/NotificationsView.swift b/damus/Views/Notifications/NotificationsView.swift index 6d0c03db..16c561c1 100644 --- a/damus/Views/Notifications/NotificationsView.swift +++ b/damus/Views/Notifications/NotificationsView.swift @@ -30,6 +30,7 @@ struct NotificationsView: View { }) .padding(.horizontal) } + .coordinateSpace(name: "scroll") .onReceive(handle_notify(.scroll_to_top)) { notif in let _ = notifications.flush() self.notifications.should_queue = false