• Adeniji Adekunle James's avatar
    fix(ui): add scrolling to model dropdown when list is long (#1279) (#1323) · de2cc2b4
    Adeniji Adekunle James 提交于
    ## 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. -->
    de2cc2b4
ModelPicker.tsx 26.0 KB