body.modal-open {
    overflow: hidden;
}

.modal {
    overflow: hidden;
}

.modal-content {
    max-height: 100vh;
    overflow: hidden;
}

.modal-body {
    overflow-y: auto;
}

.modal-fullscreen {
    margin: 0 !important;
    width: 100vw;
    height: 100vh;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border-radius: 0;
}

.modal-header {
    user-select: none;
}