.custom-scrollbar::-webkit-scrollbar{width:5px;height:5px;overflow:visible}.custom-scrollbar::-webkit-scrollbar-track{background-color:var(--colors-background)}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--colors-scrollbar-thumb,#000);border-radius:10px;border:1px solid var(--colors-background)}