mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Do not resize todos or day view if not visible. Hidden elements break the sizing without special handling.
This commit is contained in:
parent
f550d4a503
commit
de89542712
@ -2226,7 +2226,7 @@ app.classes.calendar = (function(){ "use strict"; return AppJS.extend(
|
||||
},this,et2_calendar_timegrid);
|
||||
}
|
||||
}
|
||||
else
|
||||
else if($j(view.etemplates[0].DOMContainer).is(':visible'))
|
||||
{
|
||||
$j(view.etemplates[0].DOMContainer).css("width","100%");
|
||||
view.etemplates[0].widgetContainer.iterateOver(function(w) {
|
||||
|
Loading…
Reference in New Issue
Block a user