Skip to content

Commit 03b7763

Browse files
committed
Fix vscrui double scrollbar in Dropdown
1 parent 780b9e0 commit 03b7763

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)