Ubah sudut gulir gulir

 ::-webkit-scrollbar-thumb
{
    background: red !important;
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.26) !important;
  }
Perfect Peccary