Commit 67b832f
fix(website): architecture page scroll + collapse Superpowers KeyPoints (#212)
**Architecture page:** the outer wrapper used `flex h-screen flex-col`,
which forced a viewport-locked container inside the root layout's
header/main/footer stack. That created nested scrolling and made the
footer feel wonky once you reached it. Drop the h-screen wrapper,
size the iframe to `h-[calc(100svh-8rem)]` so it sits naturally in
the page flow, and let the footer appear below.
**KeyPoints collapse:** the three-bullet version was really one idea
split awkwardly — all three bullets were saying 'these are different.'
Collapse into two distinct per-project bullets that each cover both
shape (library vs orchestrator) and target (assisted execution vs
dark factory). This change was lost between push and merge on #211.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5e62f9f commit 67b832f
2 files changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments