Open
Description
Quick Summary:
The button to open the elm debugger window can sometimes conflict with other panels that should be in the lower right corner. At TriOptima we actually have 3 panels that all want this spot! One of them is a customer facing panel so we really want to have that in its intended place. There's another debug panel for iommi which we move with CSS.
But the elm panel doesn't have a CSS class and is just a div. It would be nice if it had a class like "elm-debug-toolbar" or something.