Using FullCalendar how can I adjust the height of the fc-event div?

前端 未结 6 1513
迷失自我
迷失自我 2021-01-14 13:40

I am using FullCalendar to display some events, but it is clipping the name of the event in week and day mode.

It appears fullcalendar is setting the height of the f

6条回答
  •  借酒劲吻你
    2021-01-14 14:11

    I simply figured it out. Just put the important rule in fullcalendar.css

    height: 50px !important;

    Cheers!

提交回复
热议问题