I want to pin some row in Calendar.
Confluence User - 26 May, 2020
As below, I want to pin the red area. So I write one css to control it :
.fc-row.fc-widget-header{
position: fixed;
z-index:3;
left: 30px;
right: 30px;
top: 236px;
}
But the actual result only pin the row of week, so how could I pin the object I want, then I can always see the week row when I scroll the column ?
calendar
