drux41001 2017-10-16 21:41
浏览 219

无法点击我的Iframe后面。 可能吗? [关闭]

Am trying to figure out why I can't click on the area behind the Iframe even when it is not visible. Been trying to mess around with the z-indexes but no luck. Any help is appreciated.

URL http://orig3n.whmcreative.com/blog/

highlighted area is the iframe

Thanks in advance!

  • 写回答

2条回答

  • douhuang9886 2017-10-16 21:46
    关注

    You could toggle some css on the iframe, specifically:

     pointer-events: none;
    

    MDN docs on pointer-events

    评论

报告相同问题?