Saturday, February 10, 2018

Modal vertical Scroll Magic

just use 
.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
it will arrange your modal and then give it an vertical scroll

GEN AI

  Stay Tuned....