Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 1 个 div 控件并将其添加到 LEFT_BOTTOM 位置的谷歌地图。和 zoomControl 是真的。当我的 div 移动到缩放控制时。缩放控制与我的 div 重叠。我怎样才能避免它。
我无法上传快照。这将描述确切的问题。
我通过设置自定义控件的 z-index 得到了解决方案
mycontrol.style.z-index = 5;
有用。