Skip to content

fix(desktop): prevent sidebar section header overlap#42988

Open
kimyeongjong wants to merge 1 commit into
NousResearch:mainfrom
kimyeongjong:fix/desktop-sidebar-section-overlap
Open

fix(desktop): prevent sidebar section header overlap#42988
kimyeongjong wants to merge 1 commit into
NousResearch:mainfrom
kimyeongjong:fix/desktop-sidebar-section-overlap

Conversation

@kimyeongjong

Copy link
Copy Markdown

Summary

  • Prevent the Desktop sidebar recents section from shrinking below its section header height
  • Avoid visual overlap between the SESSIONS header and following messaging platform headers such as DISCORD

Fixes #42987

Test Plan

  • npm run type-check
  • npm run build
  • npx eslint src/app/chat/sidebar/index.tsx
  • Browser DOM reproduction on macOS:
    • With the fix, SESSIONS and DISCORD headers are separated.
    • Forcing the recents section back to min-height: 0 reproduces the overlap.

Notes

I did not replace the installed macOS app bundle. This PR is intended to land the fix upstream so it arrives through the normal release/update path.

@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have comp/tui Terminal UI (ui-tui/ + tui_gateway/) and removed comp/tui Terminal UI (ui-tui/ + tui_gateway/) labels Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3 Low — cosmetic, nice to have type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Desktop sidebar: Sessions and messaging headers can overlap

3 participants