html { overflow: auto; } ::-webkit-scrollbar { width: 12px; }
/* Track */ ::-webkit-scrollbar-track {
width: 5px;
background: #FDAF10;
}
/* Handle */ ::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
width: 5px;
background: rgb(255, 140, 0);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0,0);
}