hidden Content is clipped if necessary to fit the padding box | 4s; -webkit-transition-timing-function: ease-out; -moz-transition-property: background color; -moz-transition-duration: 0 |
---|---|
visible Applies to Block-containers, flex containers, and grid containers no as each of the properties of the shorthand:• , Chrome or Opera browsers | The content can be scrolled programmatically for example, by setting the value of a property such as , so the element is still a scroll container |
Printers may still print overflowing content.
If two keywords are specified, the first applies to overflow-x and the second to overflow-y | -moz-hidden-unscrollable Use overflow: clip instead |
---|---|
If you wish to start a new formatting context, you can use to do so | This is necessary for technical reasons — if a float intersected with the scrolling element it would forcibly rewrap the content after each scroll step, leading to a slow scrolling experience |
Mozilla extensions -moz-scrollbars-none Use overflow: hidden instead.
15auto Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium | [1] As of Firefox 63, this feature is behind a feature preference setting |
---|---|
Desktop browsers provide scrollbars if content overflows | enabled to true Overflow options include clipping, showing scrollbars, or displaying the content flowing out of its container into the surrounding area |
-moz-scrollbars-vertical Use : hidden and : scroll, or overflow: hidden scroll instead.