Hi,
I have viewport which I want to be always on top. I use:
And it works, but I have problem with window close tool tip, which is behind window.Code:setZIndex: function(index) { var me = this; me.callParent([1000000]); return index; }
close tooltip.png
I have no idea how to fix it. Any suggestions how to move it to front?