Thursday, 4 August 2016
Bootstrap modal fade problem solution
Solutions:
You can move modal out these containers before displaying it.
$('#modalid').appendTo('body').modal('show');
OR
Setting .modal-backdrop class style z-index to -1
.modal-backdrop{
z-index:-1;
}
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment