Merge pull request #706 from RooVetGit/cte/dropdown-fix

Fix vscrui double scrollbar in Dropdown
This commit is contained in:
Matt Rubens 2025-02-01 09:00:20 -05:00 committed by GitHub
commit ce34dcdef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}