CSS overflow: overlay
The `overlay` value of the `overflow` CSS property is a non-standard value to make scrollbars appear on top of content rather than take up space. This value is deprecated and related functionality being standardized as [the `scrollbar-gutter` property](mdn-css_properties_scrollbar-gutter).
CSS scrollbar styling
Methods of styling scrollbars' color and width.
window api: scrollbars
css property: scrollbar-color
css property: scrollbar-color: auto
css property: scrollbar-gutter
css property: scrollbar-gutter: auto
css property: scrollbar-gutter: stable
css property: scrollbar-width
css property: scrollbar-width: auto
css property: scrollbar-width: none
css property: scrollbar-width: thin
css selector: `::-webkit-scrollbar`
css selector: `::-webkit-scrollbar-button`
css selector: `::-webkit-scrollbar-corner`
css selector: `::-webkit-scrollbar-thumb`
css selector: `::-webkit-scrollbar-track`
css selector: `::-webkit-scrollbar-track-piece`
18 results found.