body {
    margin: 0;
    padding: 0;
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}
