Issue 2109: CCS Transform results in items incorrectly shown in fullcalendar month view
Status:  Duplicate
Merged:  issue 1996
Owner: ----
Closed:  Jun 2014
Reported by inscri...@gmail.com, Mar 6, 2014
http://jsfiddle.net/a3SmA/embedded/result/

Dead simple to reproduce:

just try
#calendar {
    width: 800px;
    margin: 0 auto;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

to see the bug.

Jun 7, 2014
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 1996