...
...
I have checked stackoverflow for solutions and 100% sure that issue not in my code.
Did you try setting the colour of the overlay like this?
.v--modal-overlay {
background: red;
opacity: 0.9;
}
You can use rgba or hex with opacity (https://stackoverflow.com/a/17239853).
And you will need !important as well.
Most helpful comment
Did you try setting the colour of the overlay like this?
You can use rgba or hex with opacity (https://stackoverflow.com/a/17239853).
And you will need
!importantas well.