.modal-scroll {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    overscroll-behavior: contain;

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.modal-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}