/
[debugger] The debugger toolbar have too small z-index [5.2.1-RC1]

[debugger] The debugger toolbar have too small z-index [5.2.1-RC1]

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;

debugger_toolbar_zindex_fix.patch

Related Tasks

INP-1341 - Getting issue details... STATUS