Commit fdcacab
fix(website): docs sidebar overflowing onto footer (#227)
* fix(website): docs sidebar overflowing onto footer
Sidebar was fixed-positioned, so it stayed pinned to the viewport and
visually overlapped the footer on scroll. Switched to sticky
positioning inside a flex layout — sticky releases when its parent
ends, so the sidebar now stops at the bottom of the docs content.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(website): use max-h on sidebar to prevent overflow on short pages
Co-authored-by: Jason Waldrip <jwaldrip@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Jason Waldrip <jwaldrip@users.noreply.github.com>1 parent 0f8f725 commit fdcacab
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
0 commit comments