kylefox / jquery-modal

The simplest possible modal for jQuery

Home Page:http://jquerymodal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix conflict with bootstrap modal class

vahidalvandi opened this issue · comments

hi . please add height:unset ; in .modal class , this can remove conflict with bootstrap content scroll and height

.modal {
height: unset;
}