Files
resolutionflow/frontend/src/components/pilot/sections/WhatWeKnow.tsx
Michael Chihlas 8879f96fbf
All checks were successful
Mirror to GitHub / mirror (push) Successful in 4s
fix(pilot): drop sticky section headers in task lane
Each lane section (What we know, Questions, Diagnostic Checks, Suggested
fix) had its own `position: sticky; top: 0` header. As the engineer
scrolled past a section, that section's header would pin until the
section's bottom edge cleared the viewport, producing an "orphaned"
label floating over unrelated content below. Headers now scroll with
their content — in a 340px-wide lane the affordance was negative value.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 16:01:14 -04:00

3.2 KiB