I have a modal dialog in my app which can get quite long in the y direction. This introduces a problem whereby some of the content of the dialog is hidden off the bottom of
just use
.modal-body { max-height: calc(100vh - 210px); overflow-y: auto; }
it will arrange your modal and then give it an vertical scroll