We have multiple grids vertically stacked on a html page. Each grid can open a dhtmlx window.
Issue:
When I open dhtmlx window on the first two grids which take 1 screen vertical space the modal behavior works fine. However for the rest of the grids in the page the modal behavior doesn’t work.
The only solution I came up with is following:
.dhxwins_vp_material div.dhxwins_mcover {
position: fixed; // This was set to absolute
}
Please Advise.