我在月视图中有很多活动,或者我将其他一些活动拖到一天,然后FullCalendar的高度将会改变。 我想修复fullcalendar的高度,如果有一天有很多恩,那么将显示垂直滚动条。
答案 0 :(得分:0)
jquery fullcalendar scrollbar
/* needed for modifying fullcalendar.css file */
.fc-view {
width: 100%;
height: 550px;
position: absolute;
bottom:0;
overflow-y: auto;
overflow-y: hidden;
}