fix(webview): remove double scrollbar in model selector#5036
fix(webview): remove double scrollbar in model selector#5036therajusah wants to merge 3 commits intoKilo-Org:mainfrom
Conversation
- Removed overflow-hidden from PopoverContent className - Removed nested max-h-82 overflow-y-auto div - contentClassName prop now controls all scroll behavior Fixes Kilo-Org#5033
🦋 Changeset detectedLatest commit: f1da37c The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
kevinvandijk
left a comment
There was a problem hiding this comment.
Hi there! Thank you for the PR. When testing I noticed the search bar in the model selector now scrolls out of view which should not happen according to the PR description. Also, this change seems to inadvertently affect the mode selector causing it to infinitely grow in height. Could you look into this?
|
Thanks once again but closing this right now in favor of #5583 |
Fixes #5033
Context
The model selector dropdown was displaying two scrollbars when many models were configured. This created unpredictable scrolling behavior where:
Implementation
Root Cause: Two nested divs both had overflow-y-auto, creating duplicate scrollable containers:
Solution:
Screenshots
Before:

After:

Video:
Screen.Recording.2026-01-14.at.10.50.36.PM.mov
How to Test
Get in Touch
Discord: therajusah