
::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-button {
    display: none;
  }

  ::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-track-piece {
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #909090;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #606060;
  }