.scrollbar-vertical::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.scrollbar-vertical::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
