Modals

List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within.

Modal on Bootstrap
Example

<!-- Button trigger modal-->
<button class="btn btn-primary" type="button" data-toggle="modal" data-target="#exampleModal">Launch demo modal</button>
<!-- Modal-->
<div class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
  <div class="modal-dialog modal-lg" role="document">
    <div class="modal-content overflow-hidden border-0">
      <div class="modal-body scroll-modal-height perfect-scrollbar scrollbar"></div>
    </div>
  </div>
</div>