How to send an dom element in the background

AFAIK Dom elements are always in the front when created. How can i send them into the background till i need them?

Because they seem to overwrite my game window so that nothing is clickable anymore but the DOM Element.

This is starting to get ridiculous.
@samme @rich
For some reason 3.54 is kept going with a major bug.
Basically every topic is about pointer-events…

domGameObj.setVisible(false);

This was fixed days ago in the master branch.

If you can’t wait for 3.55 then build it from master.

Or use one of the posted workarounds in the meantime if you can’t do that.

if i do that i get a black screen.