mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 05:05:38 -04:00
overflow-x-hidden on the pages wrapper div created a new scroll context that prevented position: sticky from working on the header. Moving it to <body> preserves the horizontal overflow clipping without breaking sticky positioning. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>