본문으로 바로가기

<style>

/* Important part */
.modal-content{
overflow-y: initial !important
}
.modal-body{
height: 250px;
overflow-y: auto;
}

</style>