mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
738 B
738 B
Change: Fix Fullscreen Chat Panel Scrolling
Why
After the persistent chat panel refactoring (commits 5525813 and d796015), the fullscreen chat mode is no longer scrollable. When the chat panel is in fullscreen mode (viewMode === 'chat'), messages accumulate but users cannot scroll through them.
What Changes
- Fix CSS flexbox chain in
LaunchView.vueso thatoverflow-y: autoon.chat-messagesactivates correctly in fullscreen mode - Add
min-height: 0to intermediate flex containers (.chat-panel-contentand.chat-box) to allow them to shrink below their content size
Impact
- Affected specs: chat-panel (new capability spec)
- Affected code:
frontend/src/pages/LaunchView.vue(CSS only, ~2–3 lines)