Stefan, I have started using your awesome FullCalendar add-on and I already

Stefan, I have started using your awesome FullCalendar add-on and I already love it.
I’m using Java version 14, Vaadin version 14.7.3 and FullCalendar version 4.1.0 and have noticed a little issue with the calendar while also having a drawer menu for app navigation. Calendar is setSizeFull and if drawer gets opened, the header (weekdays) of the calender stays. Please refer attached image
Maybe you have a solution for that issue?

Thanks again, with best regards
Bruno

Please see https://github.com/stefanuebe/vaadin_fullcalendar/issues/108 for a workaround. There might be a fix in one of the next versions.

Stefan,
my apologies but I haven’t browsed that discussion on GitHub for that particular issue. Unfortunately the workaround doesn’t seem to help. I also used z-index = 1 as an option with no success. But since you are adding the fix to the next versions, I will wait for the newer version.
Thx, Bruno

Can you please try, if this works for you?

https://github.com/stefanuebe/vaadin_fullcalendar/issues/108#issuecomment-1056989797

If not, please add some additional information to the issue, what might be the reason in your code.

Works for me! Thank you