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
版权声明:本文标题:html - How add cell borders - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736655158a1946235.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论