mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix out of time scrolling caused display problems when switching to gridlist view
This commit is contained in:
parent
b1e8044889
commit
cf83bdbd50
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user