Ubah Ukuran Modal Bootstrap Dengan JQuery

/*add this in the css to your div modal class*/
.modal-content.ui-resizable {
  overflow: scroll;
}
Ivan The Terrible