I am using a css modal and it is not displaying as normal . it has a white background that is not supposed to be there. I have tried changing the background color but it does not work.
/* Hide the slides by default */
.mySlides {
display: block;
background-color: none;
}