/*CSS for cell : exploreInfinityMap*/
::-webkit-scrollbar 
{
    width: 7px;
    height: 8px;
    z-index: 2000;
}
  
::-webkit-scrollbar-track 
{
  background: transparent;
  border: thin solid rgb(221, 221, 221);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb 
{
  background-color: #7D3BBB;
  border: 2px solid #7D3BBB;
  border-radius: 0px;
  width: 7px;
}
::-webkit-scrollbar-corner
{
  background: transparent;
}