Calendar Plugin

Calendar is showed with width 100% in IE.

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: Grails-Calendar 1.1.1
  • Fix Version/s: Grails-Calendar 1.2.0
  • Component/s: None
  • Labels:
    None
  • Patch Submitted:
    Yes

Description

In IE width of calendar has 100%.

To fix change the css property:

div.calendar {
position: relative;
}

To:

div.calendar {
position: relative;
width: 220px;
}

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: