Commit a620b82
fix(sidebar): Move SidebarMoreLinks into scrollable area
The More button expands 5 links that fell outside the viewport with
no way to scroll to them. sidebar-external-links used flex: 0 0 auto
so it never scrolled, and the sidebar clips overflow with hidden.
Moving SidebarMoreLinks inside the .toc/.sidebar-main div means
expanding More just adds content to the existing scroll container.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fd69003 commit a620b82
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 144 | + | |
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
| |||
162 | 160 | | |
163 | 161 | | |
164 | 162 | | |
165 | | - | |
166 | | - | |
167 | | - | |
| 163 | + | |
168 | 164 | | |
169 | 165 | | |
170 | 166 | | |
| |||
0 commit comments