::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 3px;
}

::-webkit-scrollbar-track {
  background: #eee;
  cursor: pointer;
}
