Overflow property in css

overflow property determines how the content of container should be displayed when there is not enough room available in the container.
  • visible - By default, content overflows the container.
  • auto - Scrollbars are added only when content is clipped.
  • scroll - Scrollbars are added no matter content is overflowing or not.
  • hidden - Content will be hidden but can be scrolled via javascript
  • clip - Content will be clipped and can not be scrolled

Web development and Automation testing

solutions delivered!!