Bigger tooltips height in yearview

Hrllo, how can I chane the height of the tooltip in the yearview when I mouseover an event so it is higher. So More space to mouse over it.
tks
Seby

Anyone have an idea please?
tks
Seby

You can use .dhx_year_tooltip and .dhx_tooltip_line css classes to define custom sizing.

.dhx_year_tooltip { background: white; padding: 20px 0px; }

Tks Stanislav, it worked perfectly
Seby