Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在月视图中一天有很多事件,或者我将其他一些事件拖到一天,那么 FullCalendar 的高度将会改变。我想修复完整日历的高度,如果有一天有很多 enents,那么将显示垂直滚动条。
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; }