Hi,
I am having an issue with the widths on the month view. It seems the width of the templates to not adjust when the scheduler container width is changed. I end up getting the issue where the template is unexpectedly overflowing onto the next day.
I have a stack blitz example here. Just change to month view and click the "Toggle button"
https://stackblitz.com/edit/react-2cym2m?file=index.js
Notice the overflow here
It seems this is an issue with the widths being set to a fixed pixel width due to the containing divs being absoluted?
Thanks
JJJJ