Completed
Last Updated: 01 Feb 2022 10:07 by ADMIN
Release 3.0.1
Marin Bratanov
Created on: 10 Apr 2021 18:18
Category: ContextMenu
Type: Bug Report
2
CSS Class does not render on the topmost element

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;
    }

0 comments