saguaros
Thanks for your help.
I've tried the CSS but still not workin.
If I remove the "position: fixed;" from the class .modal-backdrop it works:
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
But, with this way, the popup looks confusing.
It looks like the faded layer is over the popup, blocking it, and the rest of the page and not between them.