diff --git a/src/case/calendar/calendar.year.js b/src/case/calendar/calendar.year.js index e43f2dbf7..a692d19b8 100644 --- a/src/case/calendar/calendar.year.js +++ b/src/case/calendar/calendar.year.js @@ -62,8 +62,8 @@ BI.YearCalendar = BI.inherit(BI.Widget, { }); BI.createWidget(BI.extend({ element: this - }, BI.LogicFactory.createLogic("vertical", BI.extend({}, o.logic, { + scrolly: true, vgap: 5, items: BI.LogicFactory.createLogicItemsByDirection("top", this.years) }))));