Skip to content

fix: fixed chat mode extension list modal scroll#4305

Merged
zanesq merged 1 commit intoblock:mainfrom
Abhijay007:fix/chatModeModal
Aug 25, 2025
Merged

fix: fixed chat mode extension list modal scroll#4305
zanesq merged 1 commit intoblock:mainfrom
Abhijay007:fix/chatModeModal

Conversation

@Abhijay007
Copy link
Copy Markdown
Collaborator

Closes : #4275

Description:

Problem: The modal was cutting off content, and the scroll wasn't working properly.
Root Cause: The custom ScrollArea component wasn't working well with the Radix UI Dialog component's overflow handling.

Changes made:

Replaced custom ScrollArea with native browser scrolling using overflow-y-auto

Preview: (ignore differ styling as it is on Windows local env)

extensionMenu

Copy link
Copy Markdown
Contributor

@zanesq zanesq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice thank you!

@zanesq zanesq merged commit e7ee5fc into block:main Aug 25, 2025
10 checks passed
@alexhancock
Copy link
Copy Markdown
Collaborator

Yes, very good. Thank you!

shellz-n-stuff pushed a commit to shellz-n-stuff/goose that referenced this pull request Aug 27, 2025
dorien-koelemeijer pushed a commit to dorien-koelemeijer/goose that referenced this pull request Sep 2, 2025
Signed-off-by: Abhijay007 <[email protected]>
Signed-off-by: Dorien Koelemeijer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extension List Overflows Modal in Manual/Smart Chat Mode

3 participants