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

1


27 May, 2020
confluenceUser
confluenceUser

Hi, for CSS you would need to identify the CSS selector of the element that you want to control. Use the browser's Developer Tool to inspect the desired element e.g. in Chrome https://developers.google.com/web/tools/chrome-devtools/inspect-styles


RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print