pub type ZIndex = ZIndex<Integer>;
A computed value for the z-index property.
z-index
enum ZIndex { Integer(i32), Auto, }
An integer value.
The keyword auto.
auto