vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
964 stars 82 forks source link

Incorrect behaviour with dayMaxEvents + height:100% #264

Closed ilajosmanov closed 1 month ago

ilajosmanov commented 1 month ago

Hey! Thanks for the library, I see you've done really hard work! I've noticed that if I have a lot of events and height of my calendar is 100%, only resizing helps to get them to groups.

There is link for reproduce https://app.vidcast.io/share/b661f8d6-82c9-4d2c-9978-849fd7f8dcc4

vkurko commented 1 month ago

There is link for reproduce https://app.vidcast.io/share/b661f8d6-82c9-4d2c-9978-849fd7f8dcc4

Sorry, can you provide a public link please? Currently it asks to sign in.

ilajosmanov commented 1 month ago

@vkurko sorry, I made it public

vkurko commented 1 month ago

Thank you. I'll fix it soon.

vkurko commented 1 month ago

@ilajosmanov The problem should be fixed in v2.7.1. Please check.

ilajosmanov commented 1 month ago

It works, thanks!