Does Google Chrome add an extra div?

Hi guys, I don’t know about you, but I found in ubuntu Google Chrome adds a useless div with z-index: -1 at the bottom of the body in HTML. I can see it on any web page. And this div covers the whole page in which elements with z-index less than -1 do not work.

EDIT: It seems due to some plugins that I installed. Not a chrome mistake.

+1
source share
1 answer

There seems to be some kind of plugin that does this, given that you see this behavior on every page.

+1
source

All Articles