This is a two part question:
How can you position the modal vertically in the center when you don\'t know the exact height of the modal?
Is
Adding this simple css also works.
.modal-dialog { height: 100vh !important; display: flex; } .modal-content { margin: auto !important; height: fit-content !important; }