Controls the stacking order of overlapping elements within a stacking context. The default is auto, which does not create a stacking context; any integer value creates one for the element and its descendants.
Unlike CSS, transform and opacity do not establish a stacking context in UI Toolkit; only a z-index other than auto does.