&::-webkit-scrollbar {
  width: 5px;
}
  &::-webkit-scrollbar-track {
  background-color: #EBEBEB;
}
&::-webkit-scrollbar-thumb {
  background-color: #B9B9B9;
  border-radius: 5px;
}