Fix out of time scrolling caused display problems when switching to gridlist view

This commit is contained in:
Nathan Gray 2016-02-05 18:29:44 +00:00
parent b1e8044889
commit cf83bdbd50

View File

@ -556,7 +556,7 @@ var et2_calendar_daycol = et2_valueWidget.extend([et2_IDetachedDOM, et2_IResizea
this.div.children('.hiddenEventAfter').remove(); this.div.children('.hiddenEventAfter').remove();
this.event_wrapper.css('overflow','visible'); this.event_wrapper.css('overflow','visible');
this.all_day.removeClass('overflown'); this.all_day.removeClass('overflown');
$j('.calendar_calEventBody', this.div).css('padding-top',''); $j('.calendar_calEventBody', this.div).css({'padding-top': '','margin-top':''});
var timegrid = this._parent; var timegrid = this._parent;