fix(ui): add scrolling to model dropdown when list is long (#1279) (#1323)
## Problem
The model selection dropdown doesn't scroll when there are many models
available, causing the list to extend beyond the viewport and become
unusable.
## Solution
- Added `max-h-100 overflow-y-auto` classes to the DropdownMenuContent
This closes (#1279)
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Adds vertical scrolling to the model selection dropdown so long lists
don’t overflow the viewport. Applies max height and overflow-y auto to
DropdownMenuSubContent across provider, Ollama, and LM Studio menus to
keep the list usable.
<!-- End of auto-generated description by cubic. -->
正在显示
请
注册
或者
登录
后发表评论