Last Pass Chrome扩展程序创建阻止点击的div

时间:2018-01-10 23:10:17

标签: html css login lastpass

当我们的用户安装了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时,用户无法点击我们网站上的任何内容,有没有人找到解决此问题的方法?

1 个答案:

答案 0 :(得分:0)

网站的CSS格式如下:

iframe { display:none; }

您需要删除此内容,并在代码中更具体地定位您的iframe。