dhtmlXWindows z-index How to set styles

The default dhtmlXWindows object created is always Z-index 105.

How to modify the Z-index style to 99999

Please, try to add:

dhx4.zim.first = function() { return 99994; };

also you can assign correct z-index to viewport

dhxWins.vp.style.zIndex =n;
1 Like

Thank you very much ! :grin: