mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
.chat-panel was using height:100% which consumed all right-col space, pushing VoiceButton out of view (clipped by overflow:hidden). Fix: switch .chat-panel to flex:1 + min-height:0 so it participates in flex layout and leaves room for the VoiceButton below it. Also moved VoiceButton component outside App() to avoid React component-identity churn on every render. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>