fullcalendar not visible until button is clicked or window resized?

后端 未结 7 1767
醉梦人生
醉梦人生 2020-12-19 07:35

I\'m using jquery full calendar with angularJS and angularstrap. The problem it seems is that the calendar will only display when I either click on one of the buttons in the

7条回答
  •  春和景丽
    2020-12-19 07:41

    Your problem seems to be similar to How can I list two Linkedin Follow Buttons in a Twitter Bootstrap Dropdown

    Your modal is set by:

     Search
     

    Removing the display:none (give space) before the calendar insert will fix your problem. With the code above b.e. add #search_modal-003 {display:block; } to your custom css.

提交回复
热议问题