/* width */
.skiff-custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.skiff-custom-scrollbar::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.skiff-custom-scrollbar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #fff;
}

/* Handle on hover */
.skiff-custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
