How to make fixed header in full Calendar and in Full Calendar2?
How to make fixed header in full Calendar?
Add this css line:
.fc-timeline .fc-body .fc-scroller
{
height: 700px !important;
}
clear cache in browser and reload page. Header will be sticky on scrolling down.