Hi,
I’ve added a background image to a side bar content modal. When it’s clicked on the background image covers the website in the background of the side bar pop up. I’m using the following css:
.sc-modal {
background-image: url(https://redfernrehab.com.au/wp-content/uploads/2020/11/AdobeStock_303558300_Preview.jpeg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
Could you help us with seeing the website in the background when the side bar content is visible? The page is https://redfernrehab.com.au/what-we-offer/
Thanks.