Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

I've discovered, that debugger toolbar has z-index value set to 99, which makes it appear under the logo on some websites, using In-Portal.

To solve the problem we need to update the "AddToolbar" method in the "debugger.js" file and change $span.style.zIndex= 99; to $span.style.zIndex = 1499999;

Related Tasks

  • No labels