Modal

Modals are positioned over everything else in the document and remove scroll from the page. It gets closed only with close button on modal pop-up.

Example of Modal

You need to have wrapper div modal-container class. Inside that, you can wrap content inside div modal-box that you need to show in pop-up. Check out below code.