I want a title for modal widow to appear like this, ie; above the modal widow on top of overlay.
.modal-content .modal_heading{
position: absolute;
top:-4rem;
z-index: 999999;
color: #fff;
display: block;
}
But its not working