fixed it.
in the plugin directory. ‘accordion.js’
if you add heightStyle:’content’
so that it looks like this:
jQuery(document).ready(function($) {
jQuery("#accordion").accordion({autoHeight: false, collapsible: true, active: false,heightStyle:'content'}).css("height","auto");
})();
it will fix the issue.