Problem dhtmlxToolbar?

HI,
Problem that dhtmlxToolbar dropdown menu behind windows (3 and more 3 open) using dhtmlxWindows.

help me?

Hi,

the reason for the problem is z-index. Try to use the following approach to solve the problem:

toolbar.forEachItem(function(itemId){
if (toolbar.getType(itemId) == “buttonSelect”)
toolbar.objPull[toolbar.idPrefix+itemId].polygon.style.zIndex = 999;
});