::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc; } ::-webkit-scrollbar-thumb { background-color: #ccc; border-radius:6px; } ::-webkit-scrollbar-thumb:hover { background-color: #aaa; }