Custom scrollbarsDecember 12, 20211 min readsnippetcssHere's an example of how to do it: ::-webkit-scrollbar { width: 6px; height: 12px; } ::-webkit-scrollbar-thumb { background-color: #d9dadb; border-radius: 12px; }