

.smth-scrollbar {
  width: 250px;
  height: 54vh;
  overflow: auto;
  margin:0px auto;
}

.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 8px;
  background: rgba(0,0,0,0.24);
  border-radius: 0px;
}

.scrollbar-track-y{
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
    background: transparent;
}


.scrollbar-track-x{
    display: none!important;
}

