admin管理员组

文章数量:1125087

I have a problem with my calendar. I use fullcalendar version 6. I need each cell in the calendar to have a border. Currently, there is no border between cells.

It looks like the attached screenshot.

The problem is generated by the fullcalendar CSS styling, exactly:

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td {
height: 1px;
}

Overriding the styling does not work.

You can try removing the .fc-scrollable-section class, but I don't know how to do it. How to solve the problem?

本文标签: htmlHow add cell bordersStack Overflow