Type Alias style::values::computed::position::ZIndex

source ·
pub type ZIndex = ZIndex<Integer>;
Expand description

A computed value for the z-index property.

Aliased Type§

enum ZIndex {
    Integer(i32),
    Auto,
}

Variants§

§

Integer(i32)

An integer value.

§

Auto

The keyword auto.