*::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:vertical {
  border-radius: 4px;
  background-color: #bdbdbd;
}

*::-webkit-scrollbar-track-piece:start {
    margin-top: 0;
}

*::-webkit-scrollbar-track-piece:end {
    margin-bottom: 0;
}