Hi.
I have an Add Modal that only has one Relationship drop down in it, however the drop down menu is longer than the pop up window size. An outer scroll bar appears, but its not very pretty to see the drop down menu chopping off because the Modals height is not high enough.
In inspector I can manually over ride the min-height:250px to min-height: 500px and it looks beautiful, however I cant find what governs that code to have it change in the real code.
<div class="modal-body gc-modal-body" style="min-height: 250px; max-height: 953px;"><div>
Any help appreciated