Hello everyone, I’ve created a custom version of Thierry MATTRAY's Pendragon 5th edition sheet, updated to the 6th edition with some added functionality. However, I’m having an issue with the sheet’s appearance. For some strange reason, the sheet's background displays correctly when using the popout version, but it appears incomplete when I try to use it without the popout. I'm sending some screenshots to help you understand: POPOUT VERSION IN PAGE VERSION There's the CSS of the background and box: .sheet-background{ background-image: url(<a href="https://s3.amazonaws.com/files.d20.io/images/399629543/emf6ErnQC2NRIZT3oddaOQ/med.jpg?1720168882.png" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/399629543/emf6ErnQC2NRIZT3oddaOQ/med.jpg?1720168882.png</a>); background-repeat: no-repeat; background-size: 100% 100%; } .sheet-container { position: relative; width: 1350px; padding: 60px; background-color: transparent } I've tryed to modify the code, but as soon as I change the size of the container (already present in the original sheet), the entire formatting of the sheet gets completely messed up. Can someone help me? P.S. The sheet uses Legacy Sheet Sanitization.