mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG Fix accordion sometimes displaying scrollbars
This commit is contained in:
parent
9ab61e9e95
commit
8caaae601b
@ -5,6 +5,7 @@
|
|||||||
this._super();
|
this._super();
|
||||||
|
|
||||||
this.accordion({
|
this.accordion({
|
||||||
|
heightStyle: "content",
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
active: (this.hasClass("ss-toggle-start-closed")) ? false : 0
|
active: (this.hasClass("ss-toggle-start-closed")) ? false : 0
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user