If I set setFirstVisibleHourOfDay/setLastVisibleHourOfDay to 8/16 in the vaadin calendar my first appointment (0800) get a wrong margin.
In the browser html code all my appointments have “margin:0” and “width: 500” except for the first visible appointment.
The html shows me, that the margin is overwrritten by the inline element.style
Do anybody have an idea for a solution ?