Ask HN: Why has Lastpass extension started inserting an empty div on every page?

5 points by pcthrowaway ↗ HN
This element is now getting inserted to every document:

    <div style="position: static !important;"></div>
It usually isn't visible to the eye, but it is on some pages (e.g. example.com).

I know it's from the Lastpass extension because it goes away when I disable the extension.

This is on Chrome, Desktop

2 comments

[ 3.3 ms ] story [ 13.6 ms ] thread
Very frustrated by this while messing around with some CSS this morning. I was using the .cover class from every-layout which adds margin to this element making it very obvious that it's there.