Urgent: Article Content Not Visible Due to Background Issue

Dear FreeCodeCamp Support Team,

I hope you’re doing well. I recently visited your article “How to Use the Call, Apply, and Bind Functions in JavaScript – with Code Examples” (link: How to Use the Call, Apply, and Bind Functions in JavaScript – with Code Examples) and noticed a critical display issue.

The background color #18191b appears to be blocking the article content, making it completely invisible. This makes it impossible to read the article.

I wanted to bring this to your attention so it can be reviewed and resolved. FreeCodeCamp has been an incredible resource for learning, and I truly appreciate your work in providing high-quality educational content.

Thank you for looking into this, and I look forward to your response.

Best regards,
Ahmed Reda

1 Like

Looks like there is an embedded iframe video from canva which is taking up the full height and covering the article.

<div class="embed-wrapper">
  <iframe style="position:absolute;width:100%;height:100%;top:0;left:0;border:none;padding:0;margin:0" src="https://www.canva.com/design/DAFD4b369JM/watch?embed" title="Embedded content" loading="lazy"></iframe>
</div>

The CSS seems out of our control, but maybe something in one of our parent elements changed to make the height:100% be calculated differently. It seems to be getting its relative position from .post-full, so maybe that changed at some point.


You can open an issue for it on the tracker.

thank you for your report, the article is now visible again

1 Like