The Class does not render on the topmost element so you can't properly set css rules like z-index to the context menu.
A workaround is to set a higher z-index to all animation containers with a rule like this:
.k-animation-container {
z-index: 987654;
}