Overflow

com.raquo.laminar.defs.styles.traits.Overflow
trait Overflow extends Auto

Attributes

Graph
Supertypes
trait Auto
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val hidden: StyleSetter

The content is clipped and no scrollbars are provided.

The content is clipped and no scrollbars are provided.

Attributes

lazy val scroll: StyleSetter

The content is clipped and desktop browsers use scrollbars, whether or not any content is clipped. This avoids any problem with scrollbars appearing and disappearing in a dynamic environment. Printers may print overflowing content.

The content is clipped and desktop browsers use scrollbars, whether or not any content is clipped. This avoids any problem with scrollbars appearing and disappearing in a dynamic environment. Printers may print overflowing content.

Attributes

lazy val visible: StyleSetter

Default value. Content is not clipped, it may be rendered outside the content box.

Default value. Content is not clipped, it may be rendered outside the content box.

Attributes

Inherited fields

lazy val auto: StyleSetter

Attributes

Inherited from:
Auto