From 90d08edd2c7471fb98661b53eaf9fd83a93a4fc7 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Apr 2014 19:07:43 +0800 Subject: [PATCH] Roo/calendar/View.js --- Roo/calendar/View.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Roo/calendar/View.js b/Roo/calendar/View.js index 12696c40b0..22843c21ae 100644 --- a/Roo/calendar/View.js +++ b/Roo/calendar/View.js @@ -250,6 +250,13 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent, { tag: 'tbody', cn : this.monthBody() }); + + ret.cn.push({ + + cls : 'fc-event-container', + style : 'position:absolute;z-index:8;top:0;left:0;' + + }); return ret; }, @@ -272,10 +279,7 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent, { style : 'position: relative', unselectable : 'on', cn : [ - { - cls : 'fc-event-container', - style : 'position:absolute;z-index:8;top:0;left:0;' - }, + this.monthTable() ] } -- 2.39.2