Explorar el Código

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

Fix vscrui double scrollbar in Dropdown
Matt Rubens hace 11 meses
padre
commit
ce34dcdef8
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      webview-ui/src/index.css

+ 8 - 0
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;
+}