From 95c1aa93045a7319d4daf34e851cb8a538c10cb2 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 10 Aug 2013 17:01:22 -0700 Subject: [PATCH] fix IE7 rendering bug. related to view switching refactor --- src/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.css b/src/main.css index e69a1be..02676af 100644 --- a/src/main.css +++ b/src/main.css @@ -102,6 +102,7 @@ html .fc, .fc-content { clear: both; + zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ } .fc-view {