Skip to content
Snippets Groups Projects
Commit c10e5e72 authored by Christian  Cruz's avatar Christian Cruz
Browse files

#1772 Fix height modal

parent 5a349ee9
No related branches found
No related tags found
1 merge request!891#1772 Fix height modal (Convert lead)
......@@ -108,7 +108,7 @@ Vtiger_Detail_Js("Leads_Detail_Js", {
'parent': '#leadAccordion',
'toggle': false
});
app.helper.showVerticalScroll(jQuery(data).find('#leadAccordion'), {'setHeight': '350px'});
app.helper.showVerticalScroll(jQuery(data).find('#leadAccordion'), {'setHeight': 'auto'});
editViewObj.registerBasicEvents(data);
var checkBoxElements = instance.getConvertLeadModules();
jQuery.each(checkBoxElements, function (index, element) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment