.modalContainer {
    max-height: 95%;
    max-width: 95%;
}

.modalContents {
    // flex: 1;
    overflow: auto; // will scroll
}