Problem with card rendering

Guys i need some help. I’m not the expert on coding and anki at all, but recently i came back using anki on my studies and i made a stylish that a like but when the answers are too long the card just cant render. IDK if its the addon (AnKing) or the anki version. If somebody knows how to fix this plz answer this post

Post your template if you want help with that. You can also get a more well-built template if this one’s causing issues.

If it’s rendering issue, changing video drivers might also help. Also try disabling add-ons.

I just removed the AnKing Background and the image errors stopped i’ll try to add anking again hoping that it was just a bug with the addon, If it doesn’t work I’ll get back

Instead of an add-on, you can directly add an image to the background.

body {
 background-image: url(_file-name.jpg);
}

Replace _file-name.jpg with an actual image file (rename it to have an underscore at the start and then put it in collection.media folder).