Skip to content

Conversation

@srivtx
Copy link

@srivtx srivtx commented Jan 1, 2026

Summary

Fixes the search input scrolling out of view when scrolling through the connectors dialog.

Problem

When opening the connectors dialog in the chat view, the search input at the top of the dialog would scroll away with the content, making it difficult for users to filter connectors after scrolling through the list.

Solution

Added sticky top-0 z-10 bg-background CSS classes to the search header container in the mainContent snippet of McpServerSetup.svelte. This keeps the search input pinned to the top of the dialog while maintaining visual consistency with the background.

Changes

Testing

  • Verified the search input stays visible at the top while scrolling through the connectors list
  • Confirmed the background color properly covers content scrolling behind it

The search input in the connectors dialog was scrolling away when users
scrolled through the list, requiring them to scroll back to the top to
search.

Added sticky positioning to the search header so it stays visible while
scrolling through the connector list.
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.

1 participant