mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Merge pull request #706 from RooVetGit/cte/dropdown-fix
Fix vscrui double scrollbar in Dropdown
This commit is contained in:
commit
ce34dcdef8
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue