If I go to any page with the latest version of google chrome and open developer tools, there is this weird div, which is the first element <body>on all HTML pages:
<div style="position: fixed; top: 0px; left: 0px; height: 0px; width: 0px; z-index: 9999999; ">
<div style="position: fixed; top: 100%; height: 0px; ">
<div style="position: relative; ">
</div>
</div>
</div>
It is present on every page that I view, including this page in Stack Overflow. I wonder if anyone else sees this or knows why he is there?
source
share