Home / CSS Tips Generated By ChatGPT / Custom Scrollbars for Web Content in CSS Style custom scrollbars to match your site’s design. Source Code ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #888; }