From d7325f935413a021c4dbad21940fd6a034a9011b Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 14 Apr 2013 21:41:33 -0700 Subject: [PATCH] fix event CSS overflow issue --- src/common/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/common.css b/src/common/common.css index 687acf1..893577f 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -163,6 +163,7 @@ a.fc-event, .fc-event-inner { width: 100%; + height: 100%; overflow: hidden; }