Skip to content
Snippets Groups Projects
Commit b9913a34 authored by Qusai Taha's avatar Qusai Taha Committed by Merlin Axel Rutz
Browse files

Issue #3358709 by qusai taha, geek-merlin, robbt: Fix fixed height issue on accordion layout

parent 09e8e97e
No related branches found
No related tags found
1 merge request!1Issue #3358709: Fix fixed height issue on accordion layout
......@@ -3,6 +3,7 @@
attach: function (context, settings) {
for (var id in settings.lb_tabs_accordion) {
var options = settings.lb_tabs_accordion[id];
options['heightStyle'] = 'content';
$("#" + id, context).accordion(options);
}
}
......
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