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
9ff65441ef
commit
f217950b13
@ -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…
x
Reference in New Issue
Block a user