mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4072 from tractorcow/pulls/3.1/fix-togle
BUG Fix accordion sometimes displaying scrollbars
This commit is contained in:
commit
67e0a6b5cc
@ -5,6 +5,7 @@
|
||||
this._super();
|
||||
|
||||
this.accordion({
|
||||
heightStyle: "content",
|
||||
collapsible: true,
|
||||
active: (this.hasClass("ss-toggle-start-closed")) ? false : 0
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user