-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
下拉菜单中的项过多,一屏难以完全展示,希望能设置最大高度,并自动展示滚动条
What does the proposed API look like?
<a-dropdown>
<div class="handler">Hover me</div>
<template #overlay>
<a-menu :max-height="200">...</a-menu>
</template>
</a-dropdown>