Calendar component: Alignment of weeknumbers

HI there,

I am using the calendar component, with some not natively supported html attributes:
events-on-month-view:this shows details af an event.

Now I want to enable weeknumbers. Based on the vuecal docs I can do this with the html attribute: showWeekNumbers or show-week-numbers.

This show the week numbers, but because of the fact that I also use events-on-month-view, alignment is incorrect. As seen in the screenshot the height of the week number column, is not equal to the height of the row of the days per week.

I already contacted support and because the don’t support these option natively, they told to fork this component to a custom component. Unfortunately this is not a solution for me. Therefore I added an improvement request on the weweb Feedback page.

But while waiting on that improvement I want to know I someone knows another way to align the height of the week number column with the height of the week days.