Just do this inside your css
.modal-dialog{ pointer-events: auto;}
NB: This property prevent modal-dialog container and all its child to be selected.
Just do this inside your css
.modal-dialog{ pointer-events: auto;}
NB: This property prevent modal-dialog container and all its child to be selected.