Type Alias PositionValue

PositionValue:
    | "static"
    | "relative"
    | "absolute"
    | "fixed"
    | "sticky"
    | "inherit"
    | "unset"