mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +08:00
style: Adjusted dropdown menu maxHeight to 55vh. #52
- Adjusted the maxHeight property of the dropdown menu to 55vh from 80vh.
This commit is contained in:
parent
75a27d813c
commit
1bbed36d51
@ -40,7 +40,7 @@ const SelectModelDropdown: FC<Props & PropsWithChildren> = ({ children, model, o
|
||||
<DropdownMenu
|
||||
menu={{
|
||||
items,
|
||||
style: { maxHeight: '80vh', overflow: 'auto' },
|
||||
style: { maxHeight: '55vh', overflow: 'auto' },
|
||||
selectedKeys: model ? [getModelUniqId(model)] : []
|
||||
}}
|
||||
trigger={['click']}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user