mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-19 20:01:08 -05:00
Merge pull request #706 from RooVetGit/cte/dropdown-fix
Fix vscrui double scrollbar in Dropdown
This commit is contained in:
@@ -264,3 +264,11 @@ vscode-dropdown::part(listbox) {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 0 0 0.5px color-mix(in srgb, var(--vscode-badge-foreground) 30%, transparent);
|
||||
}
|
||||
|
||||
/**
|
||||
* vscrui Overrides / Hacks
|
||||
*/
|
||||
|
||||
.vscrui-checkbox__listbox > ul {
|
||||
max-height: unset !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user