About 171,000 results
Open links in new tab
  1. 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 …

  2. Scrollbar - Wikipedia

    Although scrollbar designs differ throughout their history, they usually appear on one or two sides of the viewing area as long rectangular areas containing a bar (or thumb) that can be dragged …

  3. CSS scrollbars styling - MDN Web Docs

    Nov 7, 2025 · Scrollbar styling in action This example defines a thin scrollbar with a red thumb and an orange track. To view the thumb, you will need to scroll the text. After the scrollbar is …

  4. CSS Scrollbar Generator

    A CSS scrollbar generator is a online webtool that allows you to create custom scrollbar styles for your web pages using CSS. Web browsers typically display default scrollbars for web content, …

  5. How to Add Scroll Bar in HTML? - GeeksforGeeks

    Sep 10, 2024 · JavaScript can be used to handle the events like dragging the scrollbar thumb or scrolling within the content area. Example: This example shows the use of JavaScript for …

  6. How to Customize Scrollbars with CSS: Styling Guide with Examples

    Apr 21, 2025 · In this tutorial, you will learn how to use CSS to customize scrollbars to support modern browsers. To follow along with this article, you will need: Familiarity with the concepts …

  7. scrollbar - CSS-Tricks

    Sep 30, 2022 · Styling scrollbars for the Safari/Chrome world is exposed behind the -webkit vendor prefix. This almanac entry is an overview, for a more complete breakdown of working …

  8. Scrollbar styling | CSS and UI | Chrome for Developers

    Jan 17, 2024 · Use the scrollbar-width and scrollbar-color properties to style scrollbars. From Chrome version 2 it's been possible to style scrollbars with the ::-webkit-scrollbar-* pseudo …

  9. Scrollbar

    Simple CSS scrollbar editor.

  10. ::-webkit-scrollbar - CSS | MDN

    Nov 3, 2025 · Authors should avoid styling scrollbars, as changing the appearance of scrollbars away from the default breaks external consistency which negatively impacts usability. If styling …