From 03b7763d5317d7cac8dd16d81f6c667f942f1ab1 Mon Sep 17 00:00:00 2001 From: cte Date: Fri, 31 Jan 2025 22:33:03 -0800 Subject: [PATCH] Fix vscrui double scrollbar in Dropdown --- webview-ui/src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webview-ui/src/index.css b/webview-ui/src/index.css index 1ab1204..c9ac794 100644 --- a/webview-ui/src/index.css +++ b/webview-ui/src/index.css @@ -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; +}