If you have a Kendo Window open when a notification is displayed, the notification is hidden behind the window until the window is closed. See this JSBin example: http://jsbin.com/mukojagu/1/edit.
I've tried playing with z-index, but it makes no difference. Does anybody know of a way around this?
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 19 Jun 2014, 08:45 AM
Hi Andrew,
I am not sure how you have played with the z-index, but this is the way to go.
Thanks Dimo - that works, much appreciated. I'd been applying z-index in a separate stylesheet which hadn't worked as I'd obviously been applying changes to the wrong class/classes. Your solution is much simpler :)