mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Fix out of time scrolling caused display problems when switching to gridlist view
This commit is contained in:
@@ -556,7 +556,7 @@ var et2_calendar_daycol = et2_valueWidget.extend([et2_IDetachedDOM, et2_IResizea
|
||||
this.div.children('.hiddenEventAfter').remove();
|
||||
this.event_wrapper.css('overflow','visible');
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user