Commit 42bbfe2c authored by Maxim Kadushkin's avatar Maxim Kadushkin

debug combobox

parent 3e82cb1a
......@@ -526,12 +526,12 @@ define([
this.scroller.destroy();
delete this.scroller;
}
this.scroller = new Common.UI.Scroller({
this.scroller = new Common.UI.Scroller(_.extend({
el: $('.dropdown-menu', this.cmpEl),
minScrollbarLength : 40,
scrollYMarginOffset: 30,
includePadding : true
});
}, this.options.scroller));
}
}
})());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment