#root { width: 100%; height: 100%; } /* width */ .win ::-webkit-scrollbar { width: 8px; height: 8px; } /* Track */ .win ::-webkit-scrollbar-track { background: #f1f1f1; } /* Handle */ .win ::-webkit-scrollbar-thumb { background: #c0c0c0; border-radius: 4px; } /* Handle on hover */ .win ::-webkit-scrollbar-thumb:hover { background: #a8a8a8; } .win .rc-virtual-list-scrollbar-thumb { background: #c0c0c0 !important; }