
::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: transparent ;
}
::-webkit-scrollbar-thumb {
  background-color: #1D9BF0;
  border-radius: 1px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
