Newer
Older
/* Important part */
.modal-dialog {
overflow-y: initial !important;
}
.modal-body {
height: 80vh;
overflow-y: auto;
}
This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.
/* Important part */
.modal-dialog {
overflow-y: initial !important;
}
.modal-body {
height: 80vh;
overflow-y: auto;
}