BUG Fix accordion sometimes displaying scrollbars

This commit is contained in:
Damian Mooyman 2015-04-14 13:18:57 +12:00
parent 9ab61e9e95
commit 8caaae601b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
this._super();
this.accordion({
heightStyle: "content",
collapsible: true,
active: (this.hasClass("ss-toggle-start-closed")) ? false : 0
});