Skip to main content

Module overflow

Module overflow 

Source
Expand description

CSS properties for managing content overflow.

Enums§

LayoutOverflow
Represents an overflow-x or overflow-y property.
LayoutOverflowParseError
Error returned when parsing an overflow property fails.
LayoutOverflowParseErrorOwned
An owned version of LayoutOverflowParseError.

Functions§

parse_layout_overflow
Parses a LayoutOverflow from a string slice.