mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Prevent small event display from being wrecked by partial scroll out of view
This commit is contained in:
parent
988720340d
commit
8ada80fac3
@ -592,7 +592,7 @@ var et2_calendar_daycol = (function(){ "use strict"; return et2_valueWidget.exte
|
||||
}
|
||||
// Only top is hidden, move label
|
||||
// Bottom hidden is fine
|
||||
if(hidden.hidden === 'top' && !hidden.completely)
|
||||
if(hidden.hidden === 'top' && !hidden.completely && !event.div.hasClass('calendar_calEventSmall'))
|
||||
{
|
||||
var title_height = event.title.outerHeight();
|
||||
event.title.css({
|
||||
|
Loading…
Reference in New Issue
Block a user