Inspector query editor layout problem in Grafana 8.0.1
When you turn on the inspector there is some kind of problem with a window that is overlaps the section right underneath (Debug Mode) rather than pushing it out of the way. It might have something to do with the layout, or maybe the css, not sure.

This issue is also there in Grafana 8.1.1 (using Firefox or Opera). You can double click on the Id's but the grafana "graph inspect id" menu is still visible like an overlay on top.
Hi Christophe, did you manage to solve the problem?
In your plugins folder, open the file: partials/inspect/states/index.html, then edit line 2 from <div class="table-panel-header-bg"/> to <div class="table-panel-header-bg"></div>, problem solved.🐱🏍