Last Pass chrome extension creating a div that blocks clicks

Yas*_*res 12 html css authentication lastpass

When our users have Last Pass installed, after they log in they see a big div with this markup and styles:

<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>
Run Code Online (Sandbox Code Playgroud)

Users are unable to click anything in our website when using Last Pass, has anyone found a solution for this issue?

Nic*_*fis 13

右键单击 LastPass -> 管理扩展,然后将站点访问更改为单击。


小智 0

该网站的 CSS 样式如下:

iframe { display:none; }
Run Code Online (Sandbox Code Playgroud)

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