{/* Sticky status header row — visually matches the top of a BoardColumn */}
@@ -1283,6 +1297,7 @@ function SwimLaneViewImpl({
customScrollParent={scrollEl}
data={orderedLanes}
computeItemKey={computeLaneKey}
+ initialScrollTop={restoredScrollTop}
initialItemCount={Math.min(orderedLanes.length, SWIMLANE_LANE_SEED_COUNT)}
increaseViewportBy={{ top: 600, bottom: 600 }}
components={laneComponents}