Hi, I have a problem, and when I open a modal window with javascript, I get a black background. The problem is that I click on that black background and I can operate as if it were not. How can I make that part of the black area around the modal, can not be clicked? greetings
.filaRondasDesc, .filaAgrDesc {
white-space: nowrap;
width: 20em;
font-size: 1.1em;
margin-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.modalOverlay, .modalOverlay_update {
width: 100%;
height: 100%;
z-index: 1111;
backgroundcolor: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
position: fixed;
top: 0;
left: 0;
display: none;
margin: 0;
padding: 0;
}
.modal {
margin-left: auto;
margin-right: auto;
position: fixed;
z-index: 1112;
top: 47%;
display: none;
}