fix(lightspeed): overflow and horizontal scrollbar fix#2559
fix(lightspeed): overflow and horizontal scrollbar fix#2559rohitratannagar wants to merge 2 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com>
Changed Packages
|
Review Summary by QodoFix Lightspeed chat overflow and scrollbar issues
WalkthroughsDescription• Fixes horizontal scrollbar overflow in Lightspeed chat overlay • Adds vertical scrollbar for newly created chats with welcome prompts • Implements proper scroll container hierarchy to handle zoom levels • Resets chat state when creating new conversation from existing one Diagramflowchart LR
A["Chat Content Layout"] -->|"Add scroll wrapper"| B["Scrollable Container"]
B -->|"Flex layout control"| C["Message Box Sizing"]
D["New Chat Detection"] -->|"Reset state"| E["Empty Messages"]
E -->|"Scroll to bottom"| F["Welcome Prompts Visible"]
G["Modal Styling"] -->|"Constrain width"| H["Hide Horizontal Scroll"]
File Changes1. workspaces/lightspeed/plugins/lightspeed/src/components/LightSpeedChat.tsx
|
Code Review by Qodo
1. Welcome scroll reset no-op
|
ciiay
left a comment
There was a problem hiding this comment.
Thanks for the fix Rohit 👏
Left one small comment, plus another suggestion we can explore for improvement 🤝
workspaces/lightspeed/plugins/lightspeed/src/components/LightSpeedChat.tsx
Outdated
Show resolved
Hide resolved
147e8b0 to
d54038b
Compare
Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com>
d54038b to
02631a4
Compare
|
ciiay
left a comment
There was a problem hiding this comment.
Thanks for the fix 👏
/lgtm



Hey, I just made a Pull Request!
fixes
https://redhat.atlassian.net/browse/RHDHBUGS-2703
DESCRIPTION
UI before changes
Screen.Recording.2026-03-16.at.5.54.39.PM.mov
✔️ Checklist