Frozen Column Hides Layout Loading Indicator

Hello, I have a dhtmlxGrid on the dhtmlxLayout. When I call dhtmlxLayout.progressOn(), the loading indicator displays. If I use splitAt(), any of the columns that are frozen cover up part of the loading indicator. How do I make sure the z order for the loading indicator takes priority?

Thanks
Scott

Please, try to ad the following css:

table.dhtmlxLayoutPolyContainer_dhx_skyblue div.dhtmlxLayoutPolyProgress{ z-index:99999999; }