Answers for "modal dialog center vertically"

CSS
0

vertically center a modal

<!-- Vertically centered modal -->
<div class="modal-dialog modal-dialog-centered">
  ...
</div>

<!-- Vertically centered scrollable modal -->
<div class="modal-dialog modal-dialog-centered modal-dialog-scrollable">
  ...
</div>
Posted by: Guest on December-08-2021

Code answers related to "modal dialog center vertically"

Browse Popular Code Answers by Language