Panel: Fix scrollable tabs with sticky header

This commit is contained in:
Molkobain
2021-05-28 08:50:31 +02:00
parent b8ef4885e5
commit 32e714f4a6

View File

@@ -24,7 +24,7 @@ $.widget( "itop.scrollabletabs", $.ui.tabs, {
_create: function() {
var me = this;
// Initialize a single controller for this tab container
this.controller = new ScrollMagic.Controller({'container': '#' + this.element.find(this.js_selectors.tab_container_list).attr('id'), 'refreshInterval' : 200});
this.controller = new ScrollMagic.Controller({'container': this.element.scrollParent()[0], 'refreshInterval' : 200});
// Add remote tabs to controller after they are loaded
var afterloadajax = function (a, b)