```css /* */ ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { border-radius: 10px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 50, 0.5); border-radius: 10px; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); } ```