Commit a2b92ee
authored
fix: Remove double scrollbar from repo selector (#1537)
## Problem
Repo selector dropdown shows two scrollbars when the list overflows.
Closes #1490
## Changes
1. Add overflow: hidden to .rt-PopoverContent combobox reset so the outer wrapper never scrolls
2. Remove redundant inline maxHeight: "300px" from GitHubRepoPicker, deferring to the existing [cmdk-root] CSS constraint
## How did you test this?
Manually1 parent d113d62 commit a2b92ee
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- apps/code/src/renderer
- components/ui/combobox
- features/folder-picker/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments