calendar.css includes the following CSS rule:

 .calendar-calendar .inner {
   min-height:5em;
   overflow:none;
}

The "overflow" property does not have a value "none". I think you meant "hidden". See the attached patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Junyor’s picture

There's also an extra closing curly bracket, fixed in this patch.

m3avrck’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me!

KarenS’s picture

Status: Reviewed & tested by the community » Fixed

Yup, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)