I've written some HTML and CSS code and everytime when I run it through live server there is a div added with an id=shadowLL and in that div there is another div that says #shadow-root (open).
When I open the exact same file from my explorer this div is not added, but when I use live server it's added. And when I use live server in combination with firefox it's not added. So it's only adding that div when I use live server in combination with chrome.
Does anyone know how to get rid of the problem, without changing from browser and without having to write extra css just to hide this div?
I've tried another browser and not using liveserver and that works fine, also writing some css to hide the div works.