+ 4
Display - Code
Problem is here:
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
}
Just comment last 2 lines and see
OR change opacity to 1
and comment this line
visibility: hidden;
+ 2
What you want to do?
Html never gives any error so it is not possible to tell what is wrong.
+ 2
The lines 46 and 47 hide the overlay. What exactly is it supposed to look like/ do?
+ 1
Please LINK your code so we can actually test it
0
Display - Code
It looks like something that has been copy & pasted.
0
Display - Code
đ¤Łđ
Fair response