Scrollbars in monthly calendar view
-
Hi,
I am having a problem similar to this. For some time, the calendar only displays partially, with a scroll bar on the right side, so that to see the events furthest down you have to scroll down. In Firebug I messed around with<div class="fc-day-grid-container fc-scroller" style="height: 616px;">
changing
height
toauto
. That at least makes the calendar show everything without the scroll bar, though there is still a small column on the right side where it would be. However, I don’t know how to effect this change through CSS. Deletingfc-scroller
in Firebug gets rid of the scroll column but leaves the bottom chopped off and leaves the calendar cell columns out of alignment with the header cells.What can I do?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Scrollbars in monthly calendar view’ is closed to new replies.