fix: model selection

This commit is contained in:
2026-02-11 19:12:54 +01:00
parent 49f2b620db
commit 498bda542f
3 changed files with 5 additions and 3 deletions

View File

@@ -55,6 +55,8 @@
right: 0;
margin-top: 4px;
min-width: 160px;
max-height: 300px;
overflow-y: auto;
background-color: var(--vscode-dropdown-background);
border: 1px solid var(--vscode-dropdown-border);
border-radius: 4px;