Can't get a modal in the middle height of the page in bootstrap5
I have a button in my navigation bar that when it gets clicked a modal appears at the top of the page.I want it to center it horizontally html: </button> <!– </button> –> <div class="text-dark "> <!– Modal –> <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <!– <div class="modal-dialog modal-dialog-centered"> –> <div class="modal-dialog align-items-center d-flex">… Read More Can't get a modal in the middle height of the page in bootstrap5