About 430,000 results
Open links in new tab
  1. ::-webkit-scrollbar - CSS | MDN

    Nov 3, 2025 · The ::-webkit-scrollbar CSS pseudo-element affects the style of an element's scrollbar when it has scrollable overflow.

  2. How To Create a Custom Scrollbar - W3Schools

    Chrome, Edge, Safari and Opera support the non-standard ::-webkit-scrollbar pseudo element, which allows us to modify the look of the browser's scrollbar. The following example creates a …

  3. Styling ::-webkit-scrollbar-track not working - Stack Overflow

    Try the following snippet for styling your scrollbar. Note: This only works on -webkit browsers like chrome, safari because there are not W3C standard for CSS and therefore most browsers just …

  4. Custom Scrollbars in WebKit - CSS-Tricks

    May 2, 2011 · You can customize scrollbars in WebKit browsers. Here's the CSS you need to know about to get it done, with examples.

  5. CSS | ::-webkit-scrollbar - GeeksforGeeks

    Dec 23, 2019 · ::-webkit-scrollbar is a pseudo-element in CSS employed to modify the look of a browser's scrollbar. Before we start with how it works and how can it be implemented, we …

  6. CSS - ::-webkit-scrollbar Property - Online Tutorials Library

    CSS ::-webkit-scrollbar pseudo-element is used to style the scrollbar of an element. It is a non-standard CSS property that is only supported by WebKit-based browsers, such as Chrome, …

  7. CSS scrollbar Property - W3docs

    Use the scrollbar CSS property to create custom themes for scrollbars. See property values and examples.

  8. ::-webkit-scrollbar - CSS - W3cubDocs

    Note: ::-webkit-scrollbar is only available in Blink - and WebKit -based browsers (e.g., Chrome, Edge, Opera, Safari, all browsers on iOS, and others). A standardized method of styling …

  9. Classy and Cool Custom CSS Scrollbars: A Showcase

    Nov 14, 2022 · We can change the properties of the complete scrollbar using the vendor-prefixed::-webkit-scrollbar selector. We can give the scroll bar a fixed width, background color, …

  10. CSS ::-webkit-scrollbar English - Runebook.dev

    The ::-webkit-scrollbar CSS pseudo-element affects the style of an element's scrollbar when it has scrollable overflow. The scrollbar-color and scrollbar-width standard properties may be used …