Answers for "modal body scroll bootstrap"

CSS
0

bootstrap scrollable modal

.modal-dialog{
    overflow-y: initial;
}

.modal-body{
    max-height: 80vh;
    overflow-y: auto;
}
Posted by: Guest on November-08-2021

Code answers related to "modal body scroll bootstrap"

Browse Popular Code Answers by Language