Подробно: М scrolls with the questions again #40

Merged
pecheny merged 1 commit from od-place-column-unfreeze into main 2026-07-26 19:50:33 +00:00
Owner

Why

a64eb3a made the М header sticky by freezing the whole place column, but the column was meant to scroll horizontally like the rest — freezing it costs two question columns on a phone.

The old rule dropped the place cells to position: static, which killed vertical and horizontal stickiness together. Now the two axes are split: body cells go static, the header keeps position: sticky at the question columns z-index so it slides under the frozen Команда and Σ.

# Why [a64eb3a](https://code.pecheny.me/pecheny/dopesuite/commit/a64eb3a) made the М header sticky by freezing the whole place column, but the column was meant to scroll horizontally like the rest — freezing it costs two question columns on a phone. The old rule dropped the place cells to `position: static`, which killed vertical and horizontal stickiness together. Now the two axes are split: body cells go `static`, the header keeps `position: sticky` at the question columns z-index so it slides under the frozen Команда and Σ.
a64eb3a fixed the header by freezing the whole place column, which costs two
question columns on a phone. Split the two axes instead: the body cells go
`static` so М scrolls with the questions, and the header keeps `position:
sticky` for the vertical scroll at the question columns' z-index.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
pecheny deleted branch od-place-column-unfreeze 2026-07-26 19:50:33 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
pecheny/dopesuite!40
No description provided.