🐛 [BUG]使用Larkmap的全屏组件-FullscreenControl,开启全屏之后,antd的所有下拉框内容会被隐藏掉,显示不出来。包括message,Select,Cascader,Modal等
gaoxuebo opened this issue · comments
gaoxuebo commented
🐛 Bug description [Please make everyone to understand it]
Please provide a link by forking these links LarkMap or GitHub repo, a minimal reproduction.
https://locationinsight.antv.antgroup.com/#/demo/0001?nav=layers
打开这个网址,开启全屏后,地址搜索的下拉框就显示不出来了
- Required Link to minimal reproduction:
📷 Step to reproduce
🏞 Expected result
🚑 Any additional [like screenshots]
- LarkMap Version:
- Platform:
gaoxuebo commented
@heiyexing
提交issue了
heiyexing commented
这个问题我会在 FullscreenControl 文档里补充一下,如果使用 FullscreenControl 的前提下,其他 CustromControl 中有 Antd 下拉之类的,则需要配合使用 Antd 的 ConfigProvider 将下拉框的挂载 DOM 指向地图内。