Module Overflow.Value

type value = [
| `auto
| `hidden
| `scroll
| `visible
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string