I had same problem and also check Muhd's answer.
But, my modal needs left, top attribute, so just change fixed position to absolute and it worked.
.modal {
position: absolute;
}
I had same problem and also check Muhd's answer.
But, my modal needs left, top attribute, so just change fixed position to absolute and it worked.
.modal {
position: absolute;
}