[SOLVED] Add ingame html iframe?

Ok so I’m trying to add a iframe made with html ingame

Here
And here’s the script
https://playcanvas.com/editor/code/624824?tabs=26581966,27725650

1 Like

Hi @Marquise_Edwards,

Try adding the following CSS rules to your iframe, right now it falls behind the WebGL canvas so it’s not visible:

position: relative;
width: 100vh;
height: 100vh;

it still doesnt appear?

Where did you add the CSS?

I worked out something else so its fixed

1 Like

It worked for me.