Design custom scrollbar styles for webkit browsers. CSS Scrollbar Styler is a free online tool from the ToolsRift CSS Generators collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Set the scrollbar width, track and thumb colors and radius, scroll the preview box to test, and copy the CSS.
Use the ::-webkit-scrollbar pseudo-elements to set the width, track and thumb colors, and thumb border-radius.
The ::-webkit-scrollbar syntax works in Chrome, Edge and Safari; Firefox uses scrollbar-width and scrollbar-color instead.
Yes — apply border-radius to the ::-webkit-scrollbar-thumb for a rounded, pill-shaped handle.