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> |
||
|---|---|---|
| .. | ||
| rstack-app-switcher.ts | ||
| rstack-identity.ts | ||
| rstack-mi.ts | ||
| rstack-notification-bell.ts | ||
| rstack-space-settings.ts | ||
| rstack-space-switcher.ts | ||
| rstack-tab-bar.ts | ||