Modals

Modal Basic

Toggle a working modal demo by clicking the button below. It will slide down and fade in from the top of the page.

Modal Vertically Centered

Add .modal-dialog-centered to .modal-dialog to vertically center the modal.

Modal with scrolling long content

When modals become too long for the user’s viewport or device, they scroll independent of the page itself. Try the demo below to see what we mean.

You can also create a scrollable modal that allows scroll the modal body by adding .modal-dialog-scrollable to .modal-dialog.

For more documentations you can visit bootstrap modals documentations.