Notes icon indicating copy to clipboard operation
Notes copied to clipboard

ant的下拉菜单不跟随页面滚动问题

Open any86 opened this issue 3 years ago • 0 comments

image 看到了吗, 滚动的时候, 下拉框选项不跟随select框.

解决办法1

image

ant的下拉菜单是相对于body绝对定位的div, 所以使用selcet一定要保证其父元素都不能有滚动条, 只能使用全局滚动.

解决办法2

通过api自己指定其父元素. image

any86 avatar Aug 25 '21 05:08 any86