The add-menu dropdown was inside .tabs-scroll which has overflow-x: auto, causing the browser to clip overflow-y as well (per CSS spec). Move the .tab-add-wrap (button + menu) out of .tabs-scroll into .tab-bar directly so the dropdown renders without clipping, beneath the [+] button. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| db | ||
| local-first | ||
| x402 | ||
| module.ts | ||
| tab-cache.ts | ||
| url-helpers.ts | ||