When uploading a png to my custom character sheet code, then opening the sheet in-game, scaling the pop-out window too far will cause the image to scale with the pop-out window, but my non-png html elements will stay in the same spot, causing it to look a mess. There's a threshold where the intended scale will stay correct, but I would like to have it so the scale is set in stone and doesn't change when I scale the pop-out window. Here's the code I use below, any help is appreciated! <div class="image">
<img src="<a href="https://i.imgur.com/Y52CMuO.png" rel="nofollow">https://i.imgur.com/Y52CMuO.png</a>" alt="sheet" style="width:100%;"></div> .image {
z-index: 0;
}