Bootstrap modal won't stretch to fit content
You are not clearing your floats. To quickly solve the issue you could add "clearfix" to the div with the "text-center" class.
Read about it here: http://getbootstrap.com/css/#helper-classes-clearfix
Try this :
<div class="modal-body" style="overflow-y:auto;">