Type Alias OverflowValue

OverflowValue:
    | "visible"
    | "hidden"
    | "clip"
    | "scroll"
    | "auto"
    | "inherit"
    | "unset"