Hello I'm having trouble putting an object above the iframe, I tried to put it in the code and also put it in a higher layer but it didn't work. Can someone help me with this problem if it is possible to fix it?
Develop games in your browser. Powerful, performant & highly capable.
Iirc browser elements like iframes and form elements are always rendered on top of the game canvas. I'm not sure if there is any way around this.
Thank you very much for the comment, I think the easiest way will be to reduce the size of the iframe so that it doesn't cover the entire screen and put the objects on its side.