/*CSS for cell : exploreInfinityMap*/
::-webkit-scrollbar 
{
    width: 8px;
    height: 8px;
}
  
::-webkit-scrollbar-track 
{
  background: #feb300;
}

::-webkit-scrollbar-thumb 
{
  background-color: #7D3BBB;
  border-radius: 20px;
  border: 3px solid #7D3BBB;
}
::-webkit-scrollbar-corner
{
  background: #feb300;
}