1

当我们的用户安装了 Last Pass 后,他们登录后会看到一个带有以下标记和样式的大 div:

<div style="position: fixed !important;z-index: 2147483647 !important;display: block !important;width: 100% !important;height: 100% !important;top: 10px !important;right: 10px !important;max-height: 182px !important;max-width: 368px !important;">
<iframe src="chrome-extension://hdokiejnpimakedhajhdlcegeplioahd/contentScriptDialog.html?dialogID=1" scrolling="no" style="border: none !important; position: relative !important; height: 100% !important; width: 100% !important; visibility: visible !important;"></iframe>
</div>

用户在使用 Last Pass 时无法点击我们网站中的任何内容,有人找到解决此问题的方法吗?

4

1 回答 1

0

该网站在其 CSS 中具有以下样式:

iframe { display:none; }

您需要删除它并在您的代码中更具体地定位您的 iframe。

于 2018-01-24T23:17:08.953 回答