body {
    scrollbar-width: thin;  
    scrollbar-color: #b29057 #fff6ed;
}
::-webkit-scrollbar-thumb {
    position: absolute;    
    top: 0;    
    left: 0;    
    width: 6px;    
    height: 8px;    
    background: #b29057;    
    border-radius: 0;
}
::-webkit-scrollbar  {
    position: absolute;    
    opacity: 0;    
    z-index: 1;    
    width: 6px;    
    background: #fff6ed;
}