overflow property [54 days left]

A memorandum because I learned about the overflow property

There are four main values

  1. The initial value that the element that extends beyond the [visible] box is displayed as it is.
  2. Elements outside the hidden box are not displayed
  3. Elements that extend beyond the scroll box are not displayed, but are displayed by scrolling.
  4. [auto] The processing of the protruding element depends on the browser, basically it is displayed by scrolling

As a supplement

  1. overflow-x: scroll; Scroll only on the x-axis (horizontal direction)
  2. overflow-y: scroll; Scroll only in the y-axis (vertical direction)

The character string is long horizontally, but I don't want it to wrap + Items do not fit in the box Can be considered for use in the above cases

Recommended Posts

overflow property [54 days left]
How to use binding.pry [53 days left]
DB design with markdown notation [55 days left]