richardtallent / vue-simple-calendar

Simple Vue component to show a month-grid calendar with events
MIT License
883 stars 162 forks source link

Modify height for every cells #207

Closed SincerelyUnique closed 2 years ago

SincerelyUnique commented 2 years ago

Thank you for the amazing calendar plugin!

And I have a question and can you give me some help?

The question is that I find I can't modify the cell's height for the calendar, we have a lot of items in the calendar in one day, and if the items is too many, it will be scroll automaticlly, and we hope that we can set a fixed height for all the calendar cells and don't make the content scroll, can you share me how to modify them?

Thanks in advance~

SincerelyUnique commented 2 years ago

The issue has been solved by modify the outer div height, thank you, sorry to bother you.