::-webkit-scrollbar { width: 6px; height: 6px; background-color: #00000040; } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 1); border-radius: 10px; } ::-webkit-scrollbar-track { background-color: transparent; } ::-webkit-scrollbar{width:6px;height:6px; background-color: #00000040; } ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,1);border-radius:10px;} ::-webkit-scrollbar-track{background-color:transparent; }