Skip to content
Snippets Groups Projects
Commit 57a467af authored by Prasad's avatar Prasad
Browse files

Merge branch 'issue-1772' into 'master'

#1772 Fix height modal (Convert lead)

See merge request vtiger/vtigercrm!891
parents e830c9a1 c10e5e72
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