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.
我有一个带有全屏 iframe 的页面,并且 iframe 顶部有几个按钮,iframe 的 z-index 是 10,所以我将按钮的 z-index 设置为 20 以防止它被覆盖通过 iframe。它工作正常。
但是,当用户单击 iframe 中的某些内容时,iframe 中将出现一个弹出窗口,该窗口将被我的按钮覆盖...我尝试在 Chrome devtools 中设置弹出窗口的 z-index,但它没有不工作.......
谢谢。