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.