Position

Position

The CSS position property for a node.

Definition

type Position = "relative" | "absolute" | "fixed" | "sticky"

Methods & Properties