I have a Kendo fx slideIn (kendo.fx($("#slideInMapTools")).slideIn("left");) and a kendoWindow ($("#basemapWindowDiv").data("kendoWindow"));
The slideIn has a zindex of 100. The window has a z-index of 1000.
Despite these x-indexes the slideIn still displays under the window.
How can I display the slide in on top of the window?
The slideIn has a zindex of 100. The window has a z-index of 1000.
Despite these x-indexes the slideIn still displays under the window.
How can I display the slide in on top of the window?