| Issue 352: | cannot able to reduce height of calendar when change max time | |
| 1 person starred this issue and may be notified of changes. | Back to list |
as i change the minTime and maxTime in agenda view height of slots are not adjusted.. changed minTime:9 maxTime:18 plz help
Sep 5, 2010
.fc .fc-agenda-body td div {
height: 20px; /* slot height */
}
^ doing this breaks the selection mechanism
Aug 31, 2011
Hi , I am also getting the same issue. did you solve this issue? hope you solved this please let me how to solve this. Thanks and Regards Raj |
|
| ► Sign in to add a comment |
the height of the rows isn't determined by minTime/maxTime, it is a constant, determined by fullcalendar.css. see this line... .fc .fc-agenda-body td div { height: 20px; /* slot height */ }Labels: -Type-Defect Type-Question