Skip to content

Commit ce34dcd

Browse files
authored
Merge pull request RooCodeInc#706 from RooVetGit/cte/dropdown-fix
Fix vscrui double scrollbar in Dropdown
2 parents 780b9e0 + 03b7763 commit ce34dcd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

webview-ui/src/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,11 @@ vscode-dropdown::part(listbox) {
264264
border-radius: 3px;
265265
box-shadow: 0 0 0 0.5px color-mix(in srgb, var(--vscode-badge-foreground) 30%, transparent);
266266
}
267+
268+
/**
269+
* vscrui Overrides / Hacks
270+
*/
271+
272+
.vscrui-checkbox__listbox > ul {
273+
max-height: unset !important;
274+
}

0 commit comments

Comments
 (0)