Wednesday 15 May 2013

css - jQuery Full calndar - set fixed hight to date in month view -


I want to determine that each day will have a certain height in the month view

by default If the incidence occurs if the height of the rooms is high then its date expands. (for example).

Simple CSS does not work on TD because the events are in the html.

How can I set each day in the month "height: 120px; overflow" -y: scroll "?

thanks.

You can add in a class that the height you want is unchecked, which will override the inline style ...

< Pre> .fc-basic-view .fc-body .fc-row {height: 120px! Important; overflow-y: scroll key;}

No comments:

Post a Comment