How to set grid header height

Hi, can you tell me how to set the height of the height of the dhtmlx grid header. When using it in a layout, it seems to be too short. I’d like to make it higher to match the height of the layout headers.

Thanks,
Max

Unfortunately the only solution is to add the following css to your page:

	div.gridbox_material.gridbox .xhdr {
	height:41px !important;
}