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.
1 日に多くのイベントがある場合、月ビューの高さが増加しますが、すべてのイベントを表示できないため、垂直スクロール バーは表示されません。スクロール バーは週ビューで正しく表示されます。
基本的な月表示の jquery fullcalendar スクロールバー。
fullcalendar.css ファイルの以下のクラスを変更してください
.fc-view { width: 100%; height: 550px; position: absolute; bottom:0; overflow-y: scroll; }