.mlbScrollDiv {
    max-height: 694px;
    overflow-y: scroll;
    ms-overflow-style: none;
}

.mlbScrollDiv::-webkit-scrollbar {
  display: none;
  /*width: 5px;*/
}

.mlbScrollDivShow::-webkit-scrollbar {
  /*display: none;*/
  width: 5px;
  height: 5px; 
}
/* Track */
.mlbScrollDivShow::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.mlbScrollDivShow::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 10px;
}

.mlbScrollDivShow::-webkit-scrollbar-thumb:hover {
    width: 10px;
  /*display: block;
  position: absolute;*/
}

.PageListener:hover{
  cursor: pointer;
}