I'm currently experiencing an issue with pop-ups on my page - when they appear, they create a shade over all elements of the page except for my two logos and are displayed with a border around them.
Here's what my page looks like before the popup appears:
https://i.stack.imgur.com/TTdvu.png
And this is how it looks with the popup:
https://i.stack.imgur.com/ZGeSc.png
This is the code for my logos:
<div className="d-flex row-flex justify-content-between">
<img className="img-fluid img-center sticky-top col-md-2 offset" height="100px" width="200px" src="./images/img1.png"/>
<img className="img-fluid img-center sticky-top col-md-2" src="./images/img2.png"/>
</div>
Can anyone help me identify what might be causing this issue? Any assistance would be greatly appreciated. Thank you in advance.