Unplanned
Last Updated: 20 May 2021 13:20 by ADMIN
Will
Created on: 20 May 2021 13:17
Category: Window
Type: Bug Report
4
The ContextMenu is hidden behind the Modal Window

When I try to add a context menu to the content in the Modal Window the context menu stays behind the modal.

 

<AdminEdit>

As a workaround, you should increase the z-index of the k-animation-container

  .k-animation-container {
        z-index: 15000 !important;
    }

</AdminEdit>

0 comments