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.
我正在尝试使用 Chardin.js 向该项目添加基本游览: 单击此处的绿色标记 但我似乎无法让按钮升到覆盖层之上。
我已经通过谷歌找到了这个,但它没有提供真正的答案。
有任何想法吗?
以防万一这对其他人有所帮助....我通过添加一个类使其成为活动层来设置父z-index,但这迫使按钮位于覆盖层下方。因此,在显示叠加层的情况下,我现在制作父 div z-index:auto,它允许按钮回到叠加层的顶部。
解决方案:
.stay-visible { z-index: 9999999; opacity: 0.8; position: relative; }