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>