mirror of
https://github.com/wahyd4/links.git
synced 2026-08-08 21:04:53 +10:00
jbot: fix voice button visibility - chat-panel height overflow
.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>
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user