
#topPlayers::-webkit-scrollbar {
    width: 6px;
}
    
#topPlayers::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}
    
#topPlayers::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
}
    
#topPlayers::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.5);
}
