Created by: dionysiosarvanitis
Sometimes, but quiet often I'm facing problem like this:
By removing modal's overflow:auto property, the problem disappears.
Even if this is not the case, overflow:hidden is more appropriate for .modal as the only possible overflow-able element is the .modal-body which already has the overflow-y: auto property.