Z-Index
The Telerik and Kendo UI Z-Index Utilities are CSS utility classes that enable you to control the stack order of elements.
Utility Class | CSS Property |
---|---|
.k-z-0 | z-index: 0; |
.k-z-10 | z-index: 10; |
.k-z-20 | z-index: 20; |
.k-z-30 | z-index: 30; |
.k-z-40 | z-index: 40; |
.k-z-50 | z-index: 50; |
.k-z-auto | z-index: auto; |
Applying
Use the k-z-{value}
utility to apply a stack order to an element.